Tagged Questions
1
vote
1answer
100 views
How to change the current directory graphically using the keyboard only?
There was a program named NCD (Norton Change Directory) a few years ago that did a good job at helping me change directory back in the DOS days.
This programs displayed a tree, and you could navigate ...
1
vote
3answers
95 views
line count on all the PHP scripts within my webroot with wc
How can I do a line count on all the PHP scripts within my webroot?
I am trying something like this below to no avail:
wc -l *.php