Search Results

Search: Posts Made By: qaid786
1,980
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,450
Posted By qaid786
Please post your script
Please post your script
12,788
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,421
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,835
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 01:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy