*nix commands

Does any one know of any *nix commands that could show files.
Adventures in GamingThe Online Learning Community for Game Developers |
|
User loginNavigationWorkshop LinksGet Game!
Who's onlineThere are currently 0 users and 0 guests online.
|
Recent blog postsPollHow far does your interest in computer gaming go? I can take them or leave them. 0% I like to play computer games occasionally. 11% I play computer games often. 6% I'd like to be able to modify the computer games I play. 11% I'd like to be able to create new computer games of my own design. 72% Total votes: 18 Browse archives
|
"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