Search Results

Search: Posts Made By: milo7
15,562
Posted By milo7
Basically, I expected 5 kinds of output after the...
Basically, I expected 5 kinds of output after the = sign.


# '/' slash is the delimiter
month=; #No Month Value
month=/; #No Month Value
month=01/02; #Valid Month/Valid Month
month=/02; ...
1,499
Posted By milo7
Variable Referencing
I am referencing variables in the following way


var1="greeting"
greeting="Welcome!"


How do I echo var1 in such a way that it outputs Welcome! ?
3,044
Posted By milo7
Sed variable from lookup table
I have a file with the following format

--TABLEA_START--

field1=data1;field2=data2;field3=data3

--TABLEA_END--

--TABLEB_START--

field1=data1;field2=data2;field3=data3
...
2,707
Posted By milo7
Extract value from delimited file base on white list
I would like to use a variable to store the IDs that I would like to extract.

I would like to extract a list of values of the IDs from a delimited string. Using bash here.

file format would be ...
Showing results 1 to 4 of 4

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