Search Results

Search: Posts Made By: Perderabo
10,620
Posted By Perderabo
All you can do is turn noclobber on and off. ...
All you can do is turn noclobber on and off.
set -o noclobber # turn noclobber on
set +o noclobber # turn noclobber off
set -o # see all options

If noclobber is on a command like "echo...
10,620
Posted By Perderabo
The command "set +o noclobber" just turns on a...
The command "set +o noclobber" just turns on a switch inside of ksh that affects the way subsequent command work. But you gotta have some subsequent commands. I don't have the foggiest idea of what...
Showing results 1 to 2 of 2

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