Search Results

Search: Posts Made By: mjs3221
1,442
Posted By mjs3221
Is this possible
All,

I have been struggling with this all day. Is it even possible to search for a variable that has spaces in it using a sed statement?
1,442
Posted By mjs3221
sed - Please Help!!
I am using the sed command from with a ksh script. However, due to my first parameter having spaces in it the replace is not working. $testvar is a variable that looks like the following 2 DFRGEW4....
1,442
Posted By mjs3221
sed - Please Help!!
I am using the sed command from with a ksh script. However, due to my first parameter having spaces in it the replace is not working. $testvar is a variable that looks like the following 2 ...
10,802
Posted By mjs3221
Need to replace all occurences of a search string using sed
All,

Here is what I am searching for using sed.

1 00640000106798

I want to replace that with the following.

8 0064B0000106798

I can do this easy enough from the command line...
2,163
Posted By mjs3221
Please Help. Need Help searching for multiple stings in a file and removing them.
Please help. Here is my problem. I have 9000 lines in file a and 500,000 lines in file b. For each line in file a I need to search file b and remove that line. I am currently using the grep -v...
2,737
Posted By mjs3221
Please Help. Strings in file 1 need to be searched and removed from file 2
Please help. Here is my problem. I have 9000 lines in file a and 500,000 lines in file b. For each line in file a I need to search file b and remove that line. I am currently using the grep -v...
2,843
Posted By mjs3221
Please Help!! Reading a string of text with concurrent spaces into a shell variable
Please Help!!

Here is a very simplistic example of what I am trying to accomplish.

I need what I have inbetween the quotes to be read into the shell variable.

x="This is fun"
echo $x
...
Showing results 1 to 7 of 7

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