Advertisement
nyul93

cek

Feb 21st, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. !/bin/bash
  2. FILENAME=$1
  3. FILESIZE=$(wc -c < "$1")
  4. echo "Size of $FILENAME = $FILESIZE bytes."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement