Tagged Questions
14
votes
4answers
1k views
Display two files side by side
How can 2 unsorted text files of different lengths be display side by side (in columns) in a shell
Given one.txt and two.txt:
$ cat one.txt
apple
pear
longer line than the last two
last line
$ cat ...
2
votes
2answers
416 views
What's the most efficient way to get a sorted, human-readable du output on Mac OS 10.6? [closed]
I used to have this sweet alias for du I called dusort that would print out a human-readable list of sizes for the top-level subdirectories+files sorted by size. It was like a mini-filelight for mac ...
