Search Results

Search: Posts Made By: encrypt_decrypt
2,715
Posted By encrypt_decrypt
so the output goes to a file which needs to be...
so the output goes to a file which needs to be sent to the requestor

tail < filename> | tail -100 > /tmp/log.a
tail < filename> | tail -200 > /tmp/log.b
tail < filename> | tail -500 > /tmp/log.c...
2,715
Posted By encrypt_decrypt
yes please , asked for random things for...
yes please , asked for random things

for example:

tail < filename> | tail -100
tail < filename> | tail -200
tail < filename> | tail -500
cat < filename> ( full file )
cat < filename> |...
2,715
Posted By encrypt_decrypt
is there a way to add an option for dynamic input...
is there a way to add an option for dynamic input
let's say I want to check for today's date or let's say I need to check for a word or let's say I need to check the number of lines
The thing is...
2,715
Posted By encrypt_decrypt
The ask to check number of files varies from time...
The ask to check number of files varies from time to time
and some time full logs are asked
so to put it in script in need to give an option with some 'read' syntax that it could get either 100000...
2,715
Posted By encrypt_decrypt
Shell script to tail a file with unknown numbers
Hello,
I would like to write script to tail a file for different environment
But the number of lines are keep changing
How can I write a script
For example:
env could : A, B or C
and log files...
Showing results 1 to 5 of 5

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