Search Results

Search: Posts Made By: saifsafaa
25,305
Posted By saifsafaa
find here below a perl script to do what you want...
find here below a perl script to do what you want

print "\n Enter the line number you want to enter the data to\n";
$line = <STDIN>;
chop($line);
print "\nEnter the text to be inserted\n";...
25,305
Posted By saifsafaa
you can do it in perl
find here below a perl script to do what you want

print "\n Enter the line number you want to enter the data to\n";
$line = <STDIN>;
chop($line);
print "\nEnter the text to be inserted\n";...
11,001
Posted By saifsafaa
awk -F "," '($3 == 300) {print $0}' ...
awk -F "," '($3 == 300) {print $0}' filename
4,723
Posted By saifsafaa
the script #!/bin/ksh find...
the script

#!/bin/ksh
find $CA_OUT_PATH/*/ftp_out -type f -mtime -200 |\
while read file
do
echo "$file"$(date +"%Y%m%d%H%M") | read newfile
cp $file $CA_OUT_PATH/ftp_logs/$newfile
done
...
4,723
Posted By saifsafaa
#!/bin/ksh find $CA_OUT_PATH/*/ftp_out -type f...
#!/bin/ksh
find $CA_OUT_PATH/*/ftp_out -type f -mtime -200 |\
while read file
do
echo "$file"$(date +"%Y%m%d%H%M") | read newfile
cp $file $CA_OUT_PATH/ftp_logs/$newfile
done

can be modified...
306,878
Posted By saifsafaa
i face the same problem with the nohup...
i face the same problem with the nohup commnad,anyway if you want the nohup to run
successfully dont use the ctrl + Z,just close the telnet window and go out the system
login to the system again...
2,544
Posted By saifsafaa
running the as86
hi all;
i have an assmbly code i want to run this code on the linux suse enterprise10
using the as86 command but i realy dont know how, can any one help me
regarding this issue

Best Regards:o
4,705
Posted By saifsafaa
Dear friend ,thanks you for advice but i need to...
Dear friend ,thanks you for advice but i need to process them by PHP or
ksh because they are very large files:)
4,705
Posted By saifsafaa
parsing large CDR XML file
Dear Freind

in the file attached how parse the data to be like a normal table

:D
Showing results 1 to 9 of 9

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