This command removes all the even lines from the file given as the argument
cat example.txt|awk 'NR%2==1'
Byte sized tech know-how.
This command removes all the even lines from the file given as the argument
cat example.txt|awk 'NR%2==1'
Copyright © 2024 Txt