Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # only list time stamp and file name
- lstimestamp() { ls -l --full-time "$@" | sed -r "s/\*//g" |sed -r "s/\.000000000//g" |sed -r "s/^.* (2[0-9][0-9][0-9]-)/\1/g"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement