Search Results

Search: Posts Made By: todaealas
1,403
Posted By todaealas
I tried vgersh99's and Scott's solution, and both...
I tried vgersh99's and Scott's solution, and both worked amazingly. Thanks!

I really need to read up more on awk/sed, because they are amazing when it comes to almost anything bash-related.
...
1,403
Posted By todaealas
Comparing two files
I am trying to do a comparison between two files, and trying to output the difference between the two files.

Let's take FileA.txt and FileB.txt for example:


FileA.txt
--------
Just A...
1,112
Posted By todaealas
I tried the code. It seems to be able to work. ...
I tried the code. It seems to be able to work.

However, I just tried to search in lowercase, but it didn't return any results.

Also, if one search term is missing, but the other is present, the...
1,112
Posted By todaealas
Sorry, I haven't tried the code yet, but if let's...
Sorry, I haven't tried the code yet, but if let's say I were to find "Apples", will I be able to get back:
1,112
Posted By todaealas
Searching for values in a file
Hi guys.

I'm trying to do a search on the fruit & brand inside Fruit.txt, and printing the result out in the following format:

[fruit], [brand], $[price], [qty]

I am able to do this via the...
3,978
Posted By todaealas
Okay, I think I should specify my question...
Okay, I think I should specify my question further.

I need to be able to update the values of a specific value in my .txt file.

For example: [fruit]:[brand]:[price]:[qty]...
3,978
Posted By todaealas
Thanks karumudi7 and rdrtx1! ---------- Post...
Thanks karumudi7 and rdrtx1!

---------- Post updated at 08:36 AM ---------- Previous update was at 07:54 AM ----------

Oh, actually, I want to use sed to find the specific line that fulfills...
3,978
Posted By todaealas
Replacing specific entry using sed
Hi guys, I'm new to bash programming, so please pardon me.

I'm trying to replace an entry's text in Books.txt

This code works perfectly:

sed -i "s/$BookTitle/$NewBookTitle/g" Books.txt
...
Showing results 1 to 8 of 8

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