Search Results

Search: Posts Made By: rajendra44
9,890
Posted By rajendra44
Hi Try this echo...
Hi Try this

echo "shellscript.sh|unix.sh|script_file.sh" | awk -F"|" '{for(i=1 ;i <= NF;i++ ) {print $i;}}'
9,528
Posted By rajendra44
just call in u r script using the perl path ...
just call in u r script using the perl path

perl <perl_script_name>
1,563
Posted By rajendra44
Try this for filename in `find...
Try this



for filename in `find $CA_OUT_PATH/*/ftp_out -type f -mtime -1`
do

cp $filename <destinationdir>
done
2,208
Posted By rajendra44
Hi , in u r code : if (block !~ search) ...
Hi ,
in u r code :

if (block !~ search)

try with this
4,096
Posted By rajendra44
Hi u can make use of the "last" & file...
Hi

u can make use of the "last" & file modified time .

thanks
9,645
Posted By rajendra44
Hi u can use this below perl perl...
Hi u can use this below perl

perl -e'@x=localtime time-86400;printf"%4d%02d%02d\n",$x[5]+1900,$x[4]+1,$x[3]'

change this value 86400 according millsec
16,373
Posted By rajendra44
Hi u can try this This will give the...
Hi u can try this


This will give the count of Tab or delimeter
1. head -1 file | awk -F'<delimiter>' '{print NF -1}'

2. head -1 file | awk '{print NF -1}' as defult it takes space and tabs...
5,252
Posted By rajendra44
Required info on Pstack on solaris10
Hi All ,
I am wanted to know the #of thread ( Kernal & User ) created by the Process
i was looking into the prstat
PID USERNAME SIZE RSS STATE PRI NICE TIME CPU PROCESS/NLWP
994 httpd 126M 99M...
10,500
Posted By rajendra44
Hi , Doubt on u r Q ..? 1.U want the...
Hi ,

Doubt on u r Q ..?

1.U want the only list of the files which are WORD contains ..??
or
2.U want search the WORD and process using the awk ..??

For 1st :Try this
grep -l <word>...
1
1,305
Posted By rajendra44
Hi , u can try this one cat...
Hi ,

u can try this one

cat <filename> | grep london | sort -u
Showing results 1 to 10 of 10

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