diff options
author | neodarz <neodarz@neodarz.net> | 2018-01-24 01:19:18 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-01-24 01:19:18 +0100 |
commit | 59d0e0a9591e3dc50f15c47a71fdf97117d1ff7a (patch) | |
tree | 5a71d993f24a959bc9dd7f0ab0c572c2fa3d6eee /cheat/.cheat/space | |
parent | 92d3ce5139a7a72afe56c2ac3a8991c33dca364c (diff) | |
download | dotfiles_ascii-59d0e0a9591e3dc50f15c47a71fdf97117d1ff7a.tar.xz dotfiles_ascii-59d0e0a9591e3dc50f15c47a71fdf97117d1ff7a.zip |
add more cheat
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/space | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cheat/.cheat/space b/cheat/.cheat/space new file mode 100644 index 0000000..b3d11c5 --- /dev/null +++ b/cheat/.cheat/space @@ -0,0 +1,2 @@ +# List all file who are 3 digit and follow by M like 300M +du -sh ~/Downloads/* | grep -P "^[0-9]{3}M.*" |