Forum Moderators: bakedjake
i wanted to as to how can i display the lines 25 through 75 lines using head,tail commands.as using head or tail we cannot give the range.
$tail +25 abc.sh please reply to me at the earliest.
head -75 <file> ¦ tail -50
sed -n 25,75p you-file-here
René