sh/bash/ls.sh

3 lines
102 B
Bash
Raw Normal View History

2023-05-09 20:02:34 +00:00
# list current directory entries
alias l='ls --all --color -l -p --time-style="+%Y%m%d-%H%M%S%-:::z"'