Tag: operating systems
Questions Related to operating systems
pwd --- tells you where you currently are
more filename --- shows the first part of a file, just as much as will fit on one screen.
diff filename1 filename2 --- compares files, and shows where they differ
cp filename1 filename2 --- copies a file
grep string filename(s) --- looks for the string in the files.