Search Results

Search: Posts Made By: scripting_newbe
2,535
Posted By pravin27
Hi, Try if condition as below if [[...
Hi,

Try if condition as below


if [[ $TIME -gt 0800 ]]
then


fi
2,535
Posted By pludi
Your problems are at lines 45 and 54, you're...
Your problems are at lines 45 and 54, you're missing the '$' sigil for the variables:if [ $WAVE_COUNT -gt 10 ] ; then
echo ''>$DEST_DIR/ExecuteWave.log
RUN_CHECK=0
...
2,535
Posted By Franklin52
Run the script in debug mode, add this line below...
Run the script in debug mode, add this line below the the line #!/bin/ksh:
set -x
25,968
Posted By jaduks
$ cat details.txt 2424|asdsd|121 ...
$ cat details.txt
2424|asdsd|121
1212|adad|9898
12|6767

$ awk 'BEGIN {OFS="|"} {print $0,FILENAME}' details.txt
2424|asdsd|121|details.txt
1212|adad|9898|details.txt
12|6767|details.txt
...
Showing results 1 to 4 of 4

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