*nix commands

blenetsky's picture

Does any one know of any *nix commands that could show files.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
ilee's picture

"ls" lists the files in the

"ls" lists the files in the current directory

$ ls

"cat" can be used to write the file contents to the screen (without opening an editor)

$ cat myfile.out

I hope this helps... here's a decent quick reference
http://www.oracle.com/technology/pub/articles/calish_file_commands.html