Search Results

Search: Posts Made By: peeyush_23
4,665
Posted By peeyush_23
nevermind, it works, thanks tr command works...
nevermind, it works, thanks tr command works :rolleyes:
4,665
Posted By peeyush_23
thanks for the reply But this is if I...
thanks for the reply

But this is if I already have

TEST1 TEST2
TEST3 TEST3

format

awk '{ print tolower($0) print tolower($1)}' file somehow didn't work
4,665
Posted By peeyush_23
ran into new issue, since I have the file ...
ran into new issue, since I have the file

TEST1 TEST2
TEST3 TEST4
TEST4 TEST6

How do I convert this to lower case?


awk '{ print $1 $2| "tr '[A-Z]' '[a-z]'"}' filename

But tr takes...
4,665
Posted By peeyush_23
awesome thank you, it works
awesome thank you, it works
4,665
Posted By peeyush_23
Newbie question
Hello,

I have text file while looks this

test1
test2
test3
test4
test5
test6

and if I want to parse it and make new file which would like this

test1 test2
test3 test4
test5 test6
...
Showing results 1 to 5 of 5

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