Mačka linux

Príklady kódu

0
0

čo je používanie cat príkaz v systéme linux

cat command allows us to 
create single or multiple files,view contain of file, concatenate files and redirect output in terminal or files.

Cat is short for concatenate. This command displays the contents of one or more files without having to open the file for editing.
0
0

mačka linux

cat file # Prints content of file in console
cat file1 file2 > file3 # Prints content of file1 and file2 into file3
cat -n file # Prints content of file enumerated (-n)

V iných jazykoch

Táto stránka je v iných jazykoch

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................