Advertisement
Kunka

Untitled

May 16th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2. for i in {1..151}
  3. do
  4.     echo lorem ipsum > "Plik$(printf "%03d" "$i").txt"
  5. done
  6.  
  7. `ls -b *.txt | xargs -n 1 xdg-open`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement