diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -162,6 +162,7 @@ alias duu='du -hd 1 . | sort -hr' | |||
| 162 | _move_to_tmp() { mv $@ /tmp; } | 162 | _move_to_tmp() { mv $@ /tmp; } |
| 163 | alias latest='find . -type f | xargs ls -ltr | tail' | 163 | alias latest='find . -type f | xargs ls -ltr | tail' |
| 164 | alias lock='sudo chattr +i' # Make file undeletable | 164 | alias lock='sudo chattr +i' # Make file undeletable |
| 165 | alias unlock='sudo chattr -i' | ||
| 165 | alias chx='chmod +x' | 166 | alias chx='chmod +x' |
| 166 | alias chr='chmod +r' | 167 | alias chr='chmod +r' |
| 167 | alias findn='find . -iname' | 168 | alias findn='find . -iname' |