Bash One Liner For Files In Current Directory
Courtesy of a co-worker, I discovered there is more than du -h when checking the size of the current directory.
du -ah *.mp3
...is what I am now using to determine the size of each individual .mp3 file. Handy for when I merge multiple .mp3s together into one monolithic file.
du -ah *.mp3
...is what I am now using to determine the size of each individual .mp3 file. Handy for when I merge multiple .mp3s together into one monolithic file.
Comments (0)