Search Results

Search: Posts Made By: shahanali
4,134
Posted By shahanali
problem with suppressed output to file using echo and tee command
Hi,

When I run the following command in terminal it works. The string TEST is appended to a file silently.
echo TEST | tee -a file.txt &>/dev/null

However, when I paste this same line to a...
4,249
Posted By shahanali
Thanks Aia
Thanks a lot. And I was trying for such a long time to select what I want :)
4,249
Posted By shahanali
How to match (whitespace digits whitespace) sequence?
Hi

Following is an example line.

echo "192.22.22.22 [23ddddd] \"33dffwef\" 200 300 dsdsd" | sed "s:\(\ [0-9]*\ \):\1:"

I want it's output to be

200

However this is not the case. Can...
Showing results 1 to 3 of 3

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