Search Results

Search: Posts Made By: sadique.manzar
2,355
Posted By sadique.manzar
Try this : #!/bin/sh cd...
Try this :

#!/bin/sh
cd /mt/ttlog/avccomn/logs/201901/19
e=
for (( i = 5; i >= 0; i-- )) ; do
e='-e /'`date +\%R -d "-$i min"`'/p '$e
done

$(sed -n $e startjmsnode1.sh_03.out > newfile)
3,469
Posted By sadique.manzar
Dear, Please try below : awk -F '[\t]' -v...
Dear,
Please try below :

awk -F '[\t]' -v a="0" -v b="10" ' NR>a {if (NF != b ) print NR"@"NF }' test.txt
2,259
Posted By sadique.manzar
hereis what i am trying: #!/bin/sh ...
hereis what i am trying:



#!/bin/sh
DATE=`date +"%d-%m-%Y %H:%M:%S"`
path=/xyz/S1
while true
do
for files in `printf "%s\n" $path/*.RTM
do
if [[ -f $files ]] && [[ -s $files ]]...
Showing results 1 to 3 of 3

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