OS/Linux
Accessing Files
charom
2011. 7. 13. 00:20
cat
cat file1 : display contents of file1
cat > file1: type in, Ctrl+D to end type
more : display contents with separate pages
more file1
head : display from the top of the file by number option
tail : display from the bottom of the file by number option
cat file1 : display contents of file1
cat > file1: type in, Ctrl+D to end type
more : display contents with separate pages
more file1
head : display from the top of the file by number option
tail : display from the bottom of the file by number option