Search Results

Search: Posts Made By: ibrar Ahmad
2,584
Posted By ibrar Ahmad
Thanks, Tomorrow I will try and let you know if...
Thanks,
Tomorrow I will try and let you know if I need more help.

---------- Post updated at 10:47 PM ---------- Previous update was at 10:42 AM ----------

Hi Corona,

I tried your code and...
2,584
Posted By ibrar Ahmad
Hi Rudic, I tried below code and its...
Hi Rudic,

I tried below code and its working fine as per my expectation in awk


awk ' { print $1 } ' file.txt | cut -c 22-22 | uniq | awk ' { print "grep \"[0-9]"$0"\" file.txt > "$0".txt"...
2,584
Posted By ibrar Ahmad
File splitting script help
Hi All,

I have file in my system with below data


PP1234512345671234567CABC
PP1234512345671234567BABC
PP1234512345671234567BABC
PP1234512345671234567CABC
PP1234512345671234567DABC...
2,368
Posted By ibrar Ahmad
Store all file name in one temporary file ls...
Store all file name in one temporary file
ls *filename*.doc > Temp.tmp

Now use the loop to remove value line by line

For Line in $(cat Temp.tmp);
do mv Line "yourSting".line;
done
This...
Showing results 1 to 4 of 4

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