AnatoliyTkachev

Untitled

Apr 26th, 2018
90,475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. XDG_TEMPLATES_DIR=$(xdg-user-dir TEMPLATES)
  2. cd "$XDG_TEMPLATES_DIR"
  3. touch 'New Text File.txt' && touch 'New Word File.doc' && touch 'New Excel Spreadsheet.xls'
Advertisement
Add Comment
Please, Sign In to add comment