Search Results

Search: Posts Made By: muralikri
8,858
Posted By muralikri
Below command working fine... tr -d '\r'...
Below command working fine...

tr -d '\r' <yourfile >newfile
Thanks lot
Video tutorial on how to use code tags in The UNIX and Linux Forums....
8,858
Posted By muralikri
i want script to write the script to implement...
i want script to write the script to implement this one.
8,858
Posted By muralikri
File contains ^M characters
Hello,

I tried with this command,it's working fine,file contains huge data it's not removing the control+M character

dos2unix test1.txt test2.txt


Please help me,is there any other option....
1,393
Posted By muralikri
Try this....... uniq test1.txt
Try this.......

uniq test1.txt
1,118
Posted By muralikri
i got unix command, i need to write script to run.
i got unix command, i need to write script to run.
1,089
Posted By muralikri
File checking
Hello Experts,

File contains 5 columns with | delimeter. 1,3,5 columns are required columns means it should contains values.
reset of the columns it will contain value or not.

test1.txt:
...
1,118
Posted By muralikri
i want to unix script to run.
i want to unix script to run.
1,118
Posted By muralikri
File checking
Hello Experts,

File contains 5 columns with | delimeter. 1,3,5 columns are required columns means it should contains values.
reset of the columns it will contain value or not.

test1.txt:
...
1,644
Posted By muralikri
I want create the test.ksh file using the above...
I want create the test.ksh file using the above command and store the output file into another file.

---------- Post updated at 07:14 AM ---------- Previous update was at 07:01 AM ----------
...
11,023
Posted By muralikri
Try this sed "=" test1.txt | sed "N;s/\n/ /"...
Try this

sed "=" test1.txt | sed "N;s/\n/ /"

Video tutorial on how to use code tags in The UNIX and Linux Forums....
1,644
Posted By muralikri
it's woking Lot of thanks... ---------- Post...
it's woking Lot of thanks...

---------- Post updated at 06:51 AM ---------- Previous update was at 03:14 AM ----------

IF i use the same command,we will get the output. Using the ksh script how...
1,120
Posted By muralikri
Try this one... sed 's/2W/2011.09.02...
Try this one...

sed 's/2W/2011.09.02 00:00:00/g' test1.txt
1,644
Posted By muralikri
Thanks for your great help... ----------...
Thanks for your great help...

---------- Post updated at 02:28 AM ---------- Previous update was at 02:19 AM ----------

And also ,i want check the exact 10 columns,it is exceded no need to...
1,644
Posted By muralikri
Checking the required columns in File
Hello Experts,

File contains 10 columns with | delimeter. 1,3,4,5,7,9 columns are required columns means it should contains values.
i need those records, rest of it will contain or not contain...
3,374
Posted By muralikri
it not display anything.
it not display anything.
1,316
Posted By muralikri
Thanks for reply... this output,how can save...
Thanks for reply...
this output,how can save into another file.

---------- Post updated at 07:49 AM ---------- Previous update was at 07:44 AM ----------

Below record contains one tab,this...
28,102
Posted By muralikri
Try this one awk '{ print $3}' test1.txt
Try this one

awk '{ print $3}' test1.txt
1,316
Posted By muralikri
Checking required columns in the file
Hi,

File contains with TAB delimeter file,i want check the 2,3 are not null

test1@gmail.com 100 test
test2@gmail.com 101 test
test3@gmail.com test
test4@gmail.com 102


OUTPUT
...
12,061
Posted By muralikri
i want only number values,not character...
i want only number values,not character...
4,990
Posted By muralikri
Great help... Can you give me PERL SCRIPT for...
Great help... Can you give me PERL SCRIPT for date validation...
4,990
Posted By muralikri
Valid date checking in the file
File contian below data...

20111101
20111102
20111131
I am new to unix and per scirpt...
First two records are valid and last record is invalid,how to get the valid records...
Please help...
12,061
Posted By muralikri
I tried this value "test.test1234" with send...
I tried this value "test.test1234" with send command not working.
Showing results 1 to 22 of 22

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