Search found 2 matches

by fedepia
03 Jun 2013 06:41
Forum: DOS Batch Forum
Topic: Redirecting 2 remote log files output from 1 bat file
Replies: 2
Views: 3065

Re: Redirecting 2 remote log files output from 1 bat file

I have figured out how to solve it. I would like to share with everyone since i think this is quite useful for checking remote logs or backend applications. The idea is to execute a .bat file to tail and follow several remote log files in our local environment to process them with logging tools like...
by fedepia
31 May 2013 14:06
Forum: DOS Batch Forum
Topic: Redirecting 2 remote log files output from 1 bat file
Replies: 2
Views: 3065

Redirecting 2 remote log files output from 1 bat file

Hi guys, i need a hand on shell scripting. To give you some context, I have a linux server and need to "tail -f" 8 log files. Nowadays, I have to open 8 putty consoles, redirect output to a file and execute in each console tail -f file1... tail -f file2... etc. After that, I have each log ...