Search Results

Search: Posts Made By: newreverie
4,382
Posted By newreverie
Comma delimited row into multiple rows, repeat first value
i am building a database to keep track of unix groups.

Using the command "ypcat group"

I get an output similar to the following

group1:GROUP:9999:user1,user2,user3...
910
Posted By newreverie
complicated row to rows conversion
I have a file containing rows with the following format.

Field1|Field2|Field3|data1:data data2:data data3:"dataA:data dataB:data" data4:data:data (and so on)

I need to format the above row...
1,338
Posted By newreverie
Thanks! Got what i needed out of the second...
Thanks! Got what i needed out of the second script!
1,338
Posted By newreverie
split row into lines and insert file name
I have a directory with several hundred files.
The file format is a space delimited row with an unknown number of columns:
A B C D E F G ...

I need to turn this format

File1 A
File1 B...
15,813
Posted By newreverie
find may be faster if I sent the results into an...
find may be faster if I sent the results into an array or text file and then looped through those results for my program.

My issue with the find command had more to do with the time it took to...
15,813
Posted By newreverie
Recursive directory search using ls instead of find
I was working on a shell script and found that the find command took too long, especially when I had to execute it multiple times. After some thought and research I came up with two functions. ...
Showing results 1 to 6 of 6

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