Hacker News new | ask | show | jobs
by tinman 5425 days 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.