Search Results

Search: Posts Made By: kitykity
Forum: Solaris 04-11-2011
13,142
Posted By kitykity
no vxreattach?
@cerber0, hope this doesn't sound dumb; but I had read about the vxreattach command elsewhere, but I can't seem to find it on my system. Is it perhaps a command in newer VxVM and I have an older...
12,728
Posted By kitykity
@sk1418 your code is what I wanted; but sed...
@sk1418 your code is what I wanted; but sed didn't like the -r option...

@panyam thank you! works :)
6,470
Posted By kitykity
Found this, don't know if it helps... sudo and...
Found this, don't know if it helps...
sudo and cron Bruno’s blog (http://brunovernay.wordpress.com/2006/12/12/sudo-and-cron/)

I know you've said you added the absolute path... but in the command...
12,728
Posted By kitykity
@sk1418 Sorry, that's not what I wanted. I don't...
@sk1418 Sorry, that's not what I wanted. I don't want to delete entire lines--I want to delete a portion of a line, from the beginning up to the word 'mounting'.

@kurumi Was trying to use sed and...
12,728
Posted By kitykity
sed - deleting each line up to a word
Hi there,

I'd like to delete the beginning of a line up until it finds a certain word or character string: in this case, I'd like to delete each line up to the word "mounting".

Thanks ;)
Susan
Forum: Solaris 04-06-2011
13,142
Posted By kitykity
Veritas Volume Manager: disk "failed was"
Hello there,

I'm going to describe a situation I've got here... feel free to ask away questions and I'll provide what I can if it'll help me get this answered!

When I do a vxdisk list, I see a...
Forum: Solaris 04-06-2011
2,829
Posted By kitykity
solved...
Sorry I didn't reply sooner... basically I was getting confused in my brain--I wasn't understanding that there are "disks" and "subdisks"... got that straightened out in my head, and everything else...
3,635
Posted By kitykity
Depending on what exactly you're trying to do,...
Depending on what exactly you're trying to do, there could be a couple ways to do it. Say you have a variable...
$VAR
...and you want to pull the 4th through the 6th character out of it. You can...
6,517
Posted By kitykity
Got it figured out...
Duh, that took me all of about 2 minutes to figure out...
find . -type f -exec grep -l word {} \; -exec grep word {} \; -exec echo \;
...and all the echo at the end does is put a space between the...
6,517
Posted By kitykity
I have, say, a dozen files, and I want to grep...
I have, say, a dozen files, and I want to grep for a string of text within them. I don't remember the exact syntax, but let me give it a shot and show you an idea here...
find . -type f -exec grep...
Showing results 1 to 10 of 10

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