diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-01 13:46:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-01 13:46:32 +0800 |
commit | 7d42771549529185c05861760bca7398c9693a73 (patch) | |
tree | ecebcaee15992ac47fd8d6eee63b3fa2cdeb1d9d /alias | |
parent | d43731dd58bde728a6751b30db6c754140d5aadc (diff) |
add alias
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' |