Guest User

Untitled

a guest
Apr 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #!/bin/bash
  2. SAVEIFS=$IFS
  3. IFS=$(echo -en "\n\b")
  4. for f in *
  5. do
  6. echo "$f"
  7. done
  8. IFS=$SAVEIFS
Add Comment
Please, Sign In to add comment