Search Results

Search: Posts Made By: eurouno
1,225
Posted By eurouno
That did the trick. Thank you very much
That did the trick.
Thank you very much
1,225
Posted By eurouno
Getting closer. How do I remove ./ or how do I...
Getting closer. How do I remove ./ or how do I copy 798ABC.TXT to /tmp directory. Thank you

find . -name "7*.TXT" -user user2 -mtime -1 -print | xargs grep -l “FROM=TESTFILE.DATA;TO=”
./798ABC.TXT
1,225
Posted By eurouno
Help with find
Hello,
I need to find a file created today owned by user2 and grep a string, and if possible copy that file to another location.
So here are the files

ll -ltr

-rw-r--r-- 1 user1 group1 ...
1,759
Posted By eurouno
Tail command will not work since I don't know how...
Tail command will not work since I don't know how many lines are in the file.
The file is continuously growing, and sometime there are 100 lines per minute, sometimes 300 or more.
1,759
Posted By eurouno
Copy the last part since the file has been updated
Input File1 constatntly running and growing in size.

My Program Erorr ddmmyy hh:mm:ss My Program Error
**Port 123 terminated
**ID PIN 12345
Comamnd Successful
Command Terminated
Command...
17,781
Posted By eurouno
The codes 1 and 2 are what I was looking for. Is...
The codes 1 and 2 are what I was looking for. Is there a way to add a blank line after the third line.

---------- Post updated at 06:16 PM ---------- Previous update was at 03:12 PM ----------
...
17,781
Posted By eurouno
awk display the match and 2 lines after the match is found.
Hello, can someone help me how to find a word and 2 lines after it and then send the output to another file.
For example, here is myfile1.txt. I want to search for "Error" and 2 lines below it and...
7,073
Posted By eurouno
Great, this worked. What about if there are 5 or...
Great, this worked. What about if there are 5 or more characters in the FSTR files.


FSTR01234Jul 8 14:20
FSTR0001 Jul 8 14:20
FSTR0002 Jul 6 12:01
FSTR0003 May 25 09:45
FSTR0004 April 2...
7,073
Posted By eurouno
Deleting specfic files older than N days
Hello,

I am trying to delete specific files older than 7 days that start with FSTRnnnn (nnnn=sequnce number) from /home/users/userdir
I.E
cd home/users/userdir
ll
FSTR0001 Jul 8 14:20...
7,181
Posted By eurouno
I looked at the FAQs, but could not find a...
I looked at the FAQs, but could not find a solution for my question.
7,181
Posted By eurouno
How to send email from HP Unix box
Hi everyone, I am new to HP/UX and I would like to know if there is a way to receive system alerts and logs via email on daily bases. Recently our system crashed due to Hard Disk failure, and since...
Showing results 1 to 11 of 11

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