We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To print out a specific line (line x) in a file:
sed -n 'x+1q;xp'
For example, to print out line 20,
sed -n '21q;20p'
Go back to System Administration
There was an error while loading. Please reload this page.