-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emulate -A
and -h
ls
flags
#21
Comments
For implement if [[ $1 == '-h' ]]; then
FILESIZE=`numfmt --to=iec $FILESIZE`
FILESIZE="${(l:MAX_LEN[5]:)FILESIZE}"
fi
|
@sattellite |
@chrstphrknwtn strange. It was added in coreutils-8.21 (2013-02-14). |
Closing as duplicate of #27 |
-A
- shows dotfiles but not.
and..
-h
- shows "human readable" file sizesThe text was updated successfully, but these errors were encountered: