5 ms·
While navigating source code, I often need to use either "cd dir; ls -la ." or "less filename". So I wrote a little script called see which checks whether its a
by tinman 15y ago
While navigating source code, I often need to use either "cd dir; ls -la ." or "less filename". So I wrote a little script called see which checks whether its a folder or a file and does the appropriate command, easy but useful.