Search Results

Search: Posts Made By: ryran
6,699
Posted By ryran
If you don't get any responses, you might be...
If you don't get any responses, you might be better off posting this at python-forum (http://www.python-forum.org/pythonforum/index.php).
4,453
Posted By ryran
As you say, learning is great, so why don't you...
As you say, learning is great, so why don't you just look at the ps man page? You're wasting your time with grep.

ps -fC sched
Forum: Fedora 12-16-2011
5,876
Posted By ryran
As Corona said, this REEEEALLY depends what...
As Corona said, this REEEEALLY depends what flavor of linux + version you're running. For example, if you're running a recent version of Fedora, you won't see anything like that in /etc/inittab....
5,994
Posted By ryran
If you're okay with the new file not including...
If you're okay with the new file not including timestamps, it would be really simple:
sed 's/#####:TM.*//' file | sort -u > newfile

If you need timestamps, I can offer this BASH snippet, but it...
1,731
Posted By ryran
Well... It's a cluster. The person who wrote it...
Well... It's a cluster. The person who wrote it seems to me to be insane. ;)

cat /etc/passwd | grep "^[^:][^:][^:][^:]:"
This greps for lines beginning with "XXXX:", where X is any character...
3,002
Posted By ryran
Let me start with a question: Why are you so...
Let me start with a question: Why are you so concerned about 1GB of space? ... Or: why are you so opposed to swap? I think you should read the link dude2cool posted. It looks like it's a good page of...
3,382
Posted By ryran
If I understand you correctly, this should work: ...
If I understand you correctly, this should work:
sed 's/.*Secondary Ins\..*/&\n1/'

To introduce the new features in our match (search) string:
. is regex for ANY character
* is regex for the...
Showing results 1 to 7 of 7

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