Search Results

Search: Posts Made By: l20N1N
1,926
Posted By l20N1N
Thanks again for your help! :)
Thanks again for your help! :)
1,926
Posted By l20N1N
Thanks! It worked! If you don't mind, I have one...
Thanks! It worked! If you don't mind, I have one more question. I need to use a similar sed command to filter out this kind of data:

...
1,926
Posted By l20N1N
text processing and filtering scripting
Still new to bash. Using debian lenny 5, bash version 3.2.39. I'm working on three scripts. I need help completing them.

One script that inputs a plain text file, echo then chop it up into...
2,503
Posted By l20N1N
Oh right... I think that should do it for now. I...
Oh right... I think that should do it for now. I will do some more testing and post back if I have any further questions. Thanks guys!
2,503
Posted By l20N1N
I'm using bash 3.2.39. Ok lets try this...
I'm using bash 3.2.39.

Ok lets try this approach. Lets say I use this simple code

cat file.txt |while read line; do echo "${line}"; done >> output.txt



Is it possible for me to code it...
2,503
Posted By l20N1N
The thing is...
The thing is, the input files vary. It could be in logs, records, database, information converted into plain text. The script will need to be able to read everything on it. One file for example had:...
2,503
Posted By l20N1N
Extracting content of a file
Hello, I'm working on a script to extract the contents of a file (in general, plain txt file with numbers, symbols, and letters) and output it into a .txt file. but it is kind of all over the place....
2,319
Posted By l20N1N
Script so far
I will be looking through files of which its content is mixed with gibberish and chances are the files will be on a mounted drive but that tool will come in handy for other things.

in the...
2,319
Posted By l20N1N
Need Shell Script for document searching
I need a script that reads only printable characters (no duplicates) from all files in a directory and output them in a text file.
Showing results 1 to 9 of 9

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