Search Results

Search: Posts Made By: Erulisseuiin
1,849
Posted By Erulisseuiin
one problem: there are spaces in "thing 1" and...
one problem: there are spaces in "thing 1" and "replacement 1"
1,849
Posted By Erulisseuiin
Find and replace using 2 text files as arrays.
Here's the nonfunctional code I have so far


#!/bin/bash
searchFor=(`cat filea.txt` )
replaceWith=(`cat fileb.txt`)
myMax=${#searchFor[@]}
myCounter=1
while [ $myMax != $myCounter ];
do...
5,907
Posted By Erulisseuiin
Thank you both. They both work :-) I can...
Thank you both. They both work :-) I can understand the how perl script works pretty easily.

How does the awk line break down?
5,907
Posted By Erulisseuiin
Combine two lists From Multiple Grep commands.
I'm working with a file with an xml structure. I'd like to parse it down to just the bits i want. Here is and example of the file
<message id="96352877" method="status">
<date rfc="Sat, 12...
Showing results 1 to 4 of 4

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