Search Results

Search: Posts Made By: qaid786
1,974
Posted By qaid786
#!/usr/bin/ksh # if [[ -z $input1 || -z...
#!/usr/bin/ksh
#
if [[ -z $input1 || -z $input2 ]]
then
exit 1
fi
# do other stuff, i.e "continue"
96,268
Posted By qaid786
Please post your script
Please post your script
12,755
Posted By qaid786
You can copy the file to the backup folder and...
You can copy the file to the backup folder and then delete the original file
or
Move the touch the file before moving it to the backup folder
Forum: HP-UX 08-10-2007
16,391
Posted By qaid786
If your shell is Korn shell: rm $HISTFILE ...
If your shell is Korn shell:

rm $HISTFILE

or
rm $HOME/.sh_history
4,810
Posted By qaid786
Try uname -n | awk -F "[.-]" '{ print $1...
Try

uname -n | awk -F "[.-]" '{ print $1 }'
Showing results 1 to 5 of 5

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