Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. (standard for statement)
  4. do
  5.     (standard if statement to check if file exists)
  6.     then
  7.         echo $file
  8.     for
  9. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement