Search Results

Search: Posts Made By: ystee
24,172
Posted By ystee
After some additional research, I found the...
After some additional research, I found the parameter mmin for the find cmd. That will allow me to check last modified by minutes.

Thanks.
24,172
Posted By ystee
Determine if file changed within last minute
Is there a simple command to find or check if a file has been modified within the last minute? The mtime parameter from find cmd only allow days.

I am trying to avoid timestamp parsing and do some...
7,054
Posted By ystee
Thanks
The code works perfectly :b:
7,054
Posted By ystee
Input and output sample
Input: INSERT into caps.prodfile VALUES ('MK992','',,,,'','','');
Output: INSERT into caps.prodfile VALUES ('MK992','',NULL,NULL,NULL,'','','');

I've tried the following

sed 's/,,/,NULL,/g'...
7,054
Posted By ystee
Insert text between delimiter
Can someone help me on this?

I'm creating an Insert stmt script but Oracle does not accept blanks values. How can I insert the word null between two commas? I'm guessing awk or sed.

Is there a...
25,034
Posted By ystee
Is there a difference between unix and linux. ...
Is there a difference between unix and linux.
Actually which version of unix are we talking about? I did a man on time on Linux and the resolution is in terms of seconds rather than...
Showing results 1 to 6 of 6

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