You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux işletim sisteminde dosya okuma işlemini gerçekleştirdiğimiz 'cat' komutunun windows cmd karşılığı 'type' komutudur. type list.txt
Benzer şekilde dosyaya yazmak isterseniz 'echo' komutunu kullanabilirsiniz. echo 1 2 3 4 5 6 7 > list.txt
!!Dosyaya yazma işlemi sona ekleme yapmaz.
The text was updated successfully, but these errors were encountered:
Linux işletim sisteminde dosya okuma işlemini gerçekleştirdiğimiz 'cat' komutunun windows cmd karşılığı 'type' komutudur.
type list.txt
Benzer şekilde dosyaya yazmak isterseniz 'echo' komutunu kullanabilirsiniz.
echo 1 2 3 4 5 6 7 > list.txt
!!Dosyaya yazma işlemi sona ekleme yapmaz.
The text was updated successfully, but these errors were encountered: