Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. echo "Filename: $f"
  2.    
  3. actualSize=$(wc -c "$fileInfo" | cut -f 1 -d ' ')
  4. echo "File size: $actualSize bytes"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement