This website requires JavaScript.
Explore
Help
Register
Sign In
hjp
/
simple
Watch
1
Star
0
Fork
You've already forked simple
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Display size in MiB instead of KiB.
Browse Source
...
This commit is contained in:
hjp
2012-10-11 07:08:33 +00:00
parent
5028818f22
commit
4e4e6bf042
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
tiny/dus
Unescape
Escape
View File
@ -1,2 +1,2 @@
#!/bin/sh
du -
k
-x "$@" | sort -n | tail -100
du -
m
-x "$@" | sort -n | tail -100
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
hjp/simple
Title
Body
Create Issue