Linux Interview Questions
Tuesday, 27 October 2015
Print the 10th line without using tail and head command.
sed
–n
‘10p’
file1
1 comment:
Thakur
10 November 2021 at 22:28
sed –n ‘10p’ file1
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
sed –n ‘10p’ file1
ReplyDelete