Search Results

Search: Posts Made By: Michael_K
12,692
Posted By Michael_K
I am not 100% certain what is going on in your...
I am not 100% certain what is going on in your debug function DEBUG()
{
[ "$_DEBUG" == "on" ] && $@ || :
}


... but, based on what you posted:

Where do you ever actually direct your...
1,045
Posted By Michael_K
balajesuri, Thank you for your assistance....
balajesuri,

Thank you for your assistance. The code you supplied...

grep -i -E "([0-2][0-9]|3[01])-(JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC)-[0-9][0-9]"

...worked perfectly for me!...
1,045
Posted By Michael_K
Assembling the Pieces of a Regular Expression
Hello all.

I'm scripting in ksh and trying to put together a regular expression. I think my logic is sound, but I'm doing the head-against-the-wall routine while trying to put the individual...
2,334
Posted By Michael_K
Corona688, Thank you for the advice. ...
Corona688,

Thank you for the advice.

Multiple users in different parts of my organization will end up using this script. I decided to write to 3 and 4 because I did not want other users...
2,334
Posted By Michael_K
File descriptors, redirecting output, and stdout
Hello all. I've been lurking here for a year or two and finally decided to post.

I need some assistance with file descriptors, stdout, and redirecting output. I've searched through a number of...
3,071
Posted By Michael_K
Can you post some of the code in question?
Can you post some of the code in question?
2,330
Posted By Michael_K
You can find the inode of the file or directory...
You can find the inode of the file or directory with:
(HP-UX)
ll -i
(AIX)
ls -i

Then, you can remove the inode, using the find command.
(HP-UX)
find . -inum <put the inode number here>...
Showing results 1 to 7 of 7

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