Cara melihat/menggabungkan file teks

Linux melihat/menggabungkan file teks.

Lihat file teks

$ cat list1.txt
milk
bread
apples

$ cat list2.txt
house
car

$

Menggabungkan file teks

$ cat list1.txt list2.txt
milk
bread
apples

house
car

$

Gabungkan 2 file teks ke file lain

$ cat list1.txt list2.txt > todo.txt
$

 

perintah kucing ►

 


Advertising

LINUX
°• CmtoInchesConvert.com •°