Search Results

Search: Posts Made By: bookoo
45,125
Posted By bookoo
Delete multiple lines w/ sed
Hi all,

I am trying to figure out the syntx to delete multiple lines w/ sed. I know the following syntax will delete lines 1 THROUGH 5 from filex:

sed 1,5d filex

But I wan to delete...
40,136
Posted By bookoo
While loops
Hi all,
I am an amateur k shell scripter and came across something I need clarification on.

while [ 1 ]; do
various commands
done


What is the "[ 1 ]" condition testing for in the above...
16,214
Posted By bookoo
Automating interactive scripts
Hi all,
I am trying to write a program that will automate interactive scripts that use 'pkgadd'. Easily enough I can use 'pkgask' and a response file for most of what I want to do, but...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy