Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Linux command
Name: James Date: November 27, 2001 at 09:06:46 Pacific
Comment:
I have rh7.1 installed on my PC that has a regular PC key board. When issuing combined commands, such as ps -ef | grep netscape, Unix key board allows to us a vertical bar between the two commands, but there is no vertical bar key on PC key board. Could anyone tell me how tell me how to solve this problem?
Name: Bob Date: November 27, 2001 at 09:26:44 Pacific
Reply:
Look above the backslash key, below the backspace key... it should be right there, at least on my keyboard it is
--Bob
0
Response Number 2
Name: Jo Date: November 27, 2001 at 09:38:41 Pacific
Reply:
On the keyboard, it looks like a broken line, but, on the screen, it will look like a solid line. This symbol is called a "pipe" and is used to "pipe" the output of one command into another command as input.
0
Response Number 3
Name: malkowich Date: November 28, 2001 at 16:20:19 Pacific
Summary: Hi y'all, Can anybody tell me where I might find basic linux commands?? most of the site's I've visited assume a good working knowledge of Linux and I don't have a clue. A 'dos equivalent' would be mo...
Summary: Pardon, me, but I was mistaken. The "ls", "mkdir", and "rm" commands are not "internal" as I thought. I take that terminology from my DOS days. The "internal" commands were in memory from command.c...
Summary: Thank you very much for your fast replay. I think I got linux command source code at http://www.gnu.org/directory/fileutils.html I'm very glad to hear adveice. Thanks. ...