Concatenate and display file contents:

cat file1 file2
Display the contents of several files (stopping at each page):
more file1 file2
less file1 file2 
Display the first 10 lines of a file: head -10 file
Display the last 10 lines of a file: tail -10 file
Esta resposta lhe foi útil? 0 Usuários acharam útil (0 Votos)