sPyOpenSource / applications

This is the application for Java OS
GNU General Public License v2.0
1 stars 0 forks source link

shell #19

Closed sPyOpenSource closed 4 years ago

sPyOpenSource commented 4 years ago

Network:

ifconfig network configuration information netstat

File Management:

cp <filename1> <filename2> copy file, to current directory use dot notation, such as: cp reports/files . `files show detail info about files in a direction lp print a file. Using the -d, changes the default printer, such as lp -d mp4 printcap.sample ls List files in a directory more show contents of a file. You can also pipe output from other commands such as ls through more, suchas ls | more mv move file pr print a file rm ` delete a file

Help:

man <topic> help on commands; d for down, q for quit

Navigation:

cd Change directories pwd current location

Utilities:

wc Count words or lines grep search utility. Example: grep -F 'SERVICE IN USE' g*

sPyOpenSource commented 4 years ago

maybe with colors