I love UNIX. It suits really lazy people like me.
I had a need to capture output from one file (captured into "$df", and from each line , take the corresponding line from another file (captured into "$blocksizes"). Join should be able to do this right? Other than the fact that you can't tell it to use the line number as its joining field (
(
Read more... )