1.

Write A Command To Print First And Last Line Using Sed Command?

Answer»

<P>SED -N1P’ Test_file.txt

sed –n ‘$p’ Test_file.txt

sed -n ‘1p’ Test_file.txt

sed –n ‘$p’ Test_file.txt



Discussion

No Comment Found