Search Results

Search: Posts Made By: elifchen
2,689
Posted By elifchen
I tried this: echo $string |awk -F. '{print...
I tried this:
echo $string |awk -F. '{print $1"."$2"."$3".D"}' - I think this is the same :)

---------- Post updated at 11:55 AM ---------- Previous update was at 11:53 AM ----------



...
2,689
Posted By elifchen
hmm..can you explain this ..looks like chinese...
hmm..can you explain this ..looks like chinese for me :p
2,689
Posted By elifchen
extract string until regexp from backside
Hi,

I searched in the forums, but I didn't find a good solution. My problem is:
I have a string like "TEST.ABC201005.MONTHLY.D101010203".
I just want to have the string until the D100430, so...
3,325
Posted By elifchen
Help with loop in a shell script
I just want to write a little script, that reads the lines from a file, echos somthing in a new tmp.file and then do some commands whith the tmp.files.


while read -r line
do
echo "TEST=" >...
Showing results 1 to 4 of 4

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