Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function ls-multi() {
- if [[ "$1" != "" ]]; then comment="-$1";fi
- ls -alR -u --full-time >>"ls-alR-u$comment".$(date +%Y%m%d%H%M%S).txt
- ls -alR -c --full-time >>"ls-alR-c$comment".$(date +%Y%m%d%H%M%S).txt
- ls -alR --full-time >>"ls-alR$comment".$(date +%Y%m%d%H%M%S).txt
- find >>"find$comment".$(date +%Y%m%d%H%M%S).txt
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement