Search Results

Search: Posts Made By: Don Cragun
2,624
Posted By Don Cragun
Instead of asking us to guess what is wrong with...
Instead of asking us to guess what is wrong with your script, why don't you show us (in CODE tags) the diagnostics that were printed when you ran your script? What output did you get? What output...
2,624
Posted By Don Cragun
One simple way that should work on any UNIX or...
One simple way that should work on any UNIX or Linux system is (as long as the file you're editing is a non-empty text file):
#!/bin/ksh
val=${1:-YES}...
2,624
Posted By Don Cragun
If this is the only thing in the file, change: ...
If this is the only thing in the file, change:
echo "ONBOOT="$USERINPUT >> /etc/myfileto:
echo "ONBOOT=$USERINPUT" > /etc/myfile
Showing results 1 to 3 of 3

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