1

I have a sed command to take the first line of a file. I need to store that line in a variable without printing the line to the screen as sed does. Here is my command:

sed  '1q;d' "../dbs/$1/$2"
Hat hout
  • 471
  • 1
  • 9
  • 18

0 Answers0