Newbetuts
.
COMMAND TO DISPLAY SPECIFIC LINES IN A SCRIPT [closed]
linux
shell-scripting
You can use
sed
to do this:
sed -ne '1p;$p' script.sh
Related
Set Environment Variables on Azure App Service (Docker Instance)
Lets Encrypt Auto Renew Quiet Mode Error
Are two different hard drives the exact same size if they claim to have the same one (i.e. 1TB)?
Setting up domain controller on windows 10
Is using shred to wipe Linux SSDs safe?
excel How to sum total working hours with positive and negative time
MS Excel: How to use format painter with just the keyboard?
'at' command intended behaviour? Launching each commands instead of scheduling
How to print multiple copies of one page, multiple pages per sheet in Windows 10?
WINDOWS 10 how to stop "Skype for Business" from starting
Drag and drop a tab to the bookmarks in Chrome
What is Ip address 0.0.0.1 for and how to use it?
Recent Posts
org.apache.kafka.common.errors.TimeoutException: Topic not present in metadata after 60000 ms
Why my code runs infinite time when i entered non integer type in c++ [duplicate]
How to retrieve Instagram username from User ID?
Serverless Framework - Variables resolution error
How do we access a file in github repo inside our azure databricks notebook