Guest User

Untitled

a guest
Jun 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. for i in {1..30}
  2. do
  3. paste ./directory"$i"/table1.txt table2.txt ... table20.txt > ./merged_tables/tables_directory"$i".txt
  4. done
  5.  
  6. paste: file table2: No such file or directory
Add Comment
Please, Sign In to add comment