Guest User

Untitled

a guest
Feb 17th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. echo foo{1,2,3}.txt
  2. foo1.txt foo2.txt foo3.txt
  3.  
  4. #Copies a file and adds a .bak to it
  5. cp -v file1.txt{,.bak}
Add Comment
Please, Sign In to add comment