Giriş
Dosyayıs tersinden gösterir.
Örnek
Şöyle yaparız.
Açıklaması şöyle.
Şöyle yaparız.
Dosyayıs tersinden gösterir.
Örnek
Şöyle yaparız.
$ echo -e "Hello\nNew\nWorld\n!" > file
$ tac file
!
World
New
Hello
-b seçeneğiAçıklaması şöyle.
Örnek-b, --beforeThe separator is attached to the beginning of the record that it precedes in the file.
Şöyle yaparız.
$ echo -e "Hello\nNew\nWorld\n!" > file
$ tac -b file
!
World
NewHello
Hiç yorum yok:
Yorum Gönder