Search Results

Search: Posts Made By: Pete.kriya
8,886
Posted By RudiC
Try ${XML_PATH_FLAG}/*.xml
Try ${XML_PATH_FLAG}/*.xml
2,935
Posted By kshji
You can test also empty string without X...
You can test also empty string without X extension - this example is cut&pasted worldwide, but sh shells don't need it. You can test simple

if [ "$FILE_SIZE" = "" ] ; then # value is empty
...
2,935
Posted By rbatte1
I have an observation that your user credentials...
I have an observation that your user credentials for SQL will be displayed if anyone lists your process. Could you consider butting the credentials in the 'here' document,...
2,935
Posted By Just Ice
your actual_size=`du $file` is giving you more...
your actual_size=`du $file` is giving you more data than you expect ... see 2nd line for fix ...
root@solarisgeek # du /etc/shadow
4 /etc/shadow
root@solarisgeek # du /etc/shadow | awk '{print...
Showing results 1 to 4 of 4

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