Sponsored Content
Full Discussion: Tail -f Command help
Top Forums UNIX for Beginners Questions & Answers Tail -f Command help Post 303026583 by Don Cragun on Friday 30th of November 2018 12:37:57 AM
Old 11-30-2018
Please show us the code you are using now. We especially need to see how you are accessing the remote file.

If you can directly access the file on the remote server, do you actually need a copy of the file on your Windows system, or do you just need to see new entries as they are added to the file on the remote server?

Trying to keep a local copy of a file synchronized with a continuously changing remote file can be tricky if you can't use tail -f /remote/file/pathname. You you can directly access /remote/file/pathname from your Windows server, tail should be all you need to keep with with changes being added to the file on the remote server and should also be able to keep a local copy of the file up-to-date with text appended to that file on the remote system.

If existing text in the remote file is being modified while additional text is being appended to the end of the file, your problem is MUCH more complicated than you have implied so far.
This User Gave Thanks to Don Cragun For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

help with !(tail -2) command.. using pipes

I am trying to using pipe (|) with ! (not) operator to list all the other files except the latest two and I am using the following command. $ ls -ltr *.lst|!(tail -2) ksh: 20050211180252.lst: cannot execute but it is trying to execute the file returned by tail -2. I am able to do that in 4... (8 Replies)
Discussion started by: sdlayeeq
8 Replies

2. Shell Programming and Scripting

tail command

Hi , I have found a interesting thing about tail command: when I tried to use 'tail -1 *' to look at every file with the current derectory, I only got one line of result of one file. But if I use 'head -1 *', I would get multiple lines. Is there a way to do get multiple lines with 'tail -1 *'... (3 Replies)
Discussion started by: whatisthis
3 Replies

3. Shell Programming and Scripting

tail command..

I was wondering how can I do this I have file myfile.txt wc -l is: 5 000 000 I have to remove first 1 000 000 lines from header.. I tryed with tail -4000000 myfile.txt>newfile.txt but it does not work... any help?? (2 Replies)
Discussion started by: amon
2 Replies

4. Solaris

Tail command in one line

HI i have to copy the last 5000 lines form a log file and copy the same in the same file .overwriting the same log file. ex: tail -5000 testfile1 > testfile2 cat testfile2 mv tesftfile2 testfile1 will produce the correct result.but i want to have this done in one line???? (4 Replies)
Discussion started by: saurabh84g
4 Replies

5. Shell Programming and Scripting

Help with tail command

Hi All, My query seems to be silly but Iam unable to find where the exact problem lies. I have a script to unzip set of files here is the script #!/bin/ksh Count=`cat /home/gaddamja/Tempfile | wc -l` while do Filename=`cat /home/gaddamja/Tempfile |tail -$Count | head -1` cd... (7 Replies)
Discussion started by: jagadish_gaddam
7 Replies

6. UNIX for Dummies Questions & Answers

Tail command with wildcard file name

Please help with the following command tail -f /appdata/logs/alert_audit517.txt | grep "Sep 02" The problem I have is with the file name "alert_audit517.txt". The 3 digit number at the end of the file name changes, so I need the file name to use a wildcard. Ive tried alert_audit***.txt, but... (5 Replies)
Discussion started by: robertson1995
5 Replies

7. Shell Programming and Scripting

tail command problems

Hi, In my home directory, there are so many files. i tried to get the lastly created file by following command. file=`ls -lrt MXOfiles* | tail -1` As there are so many files, it displays "$ : 0403-027 The parameter list is too long." Can someone tell me how can i get the recent file... (1 Reply)
Discussion started by: JSKOBS
1 Replies

8. Shell Programming and Scripting

tail command help

Hi does anyone know how to create a file using the tail command? My book has this file I need to create and it says to use the tail command and that it is possible but I have no idea. Thanks. (4 Replies)
Discussion started by: drew211
4 Replies

9. Homework & Coursework Questions

Using tail with the filter command

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Devise a chain of filters using some or all of the following programs pr, cut, cat, tail to display a numbered... (8 Replies)
Discussion started by: hbell221
8 Replies

10. How to Post in the The UNIX and Linux Forums

Usage of tail command in .awk

Hi, I want to do file format using awk script, for that i wan to use 'tail'. Here is the scenario. I will be having set of files in a directory. Those files i need to write to another directory with same file name, but while writing the file to out directory, i need to write the last line as... (3 Replies)
Discussion started by: Venkata Madhu
3 Replies
cfgmgr.auth(4)						     Kernel Interfaces Manual						    cfgmgr.auth(4)

NAME
cfgmgr.auth - Configuration management server authorization database SYNOPSIS
/etc/cfgmgr.auth DESCRIPTION
The cfgmgr.auth file lists the remote systems that are authorized to modify the local system's kernel subsystem configuration. Using the sysconfig command, system administrators can maintain the kernel subsystem configuration on local and remote hosts. To secure access to the kernel subsystem configuration, the local configuration management server (cfgmgr) answers requests from remote systems only when the remote system is listed in the cfgmgr.auth file. Each entry in the file has the following form: host-name Where host-name specifies the full domain name of the remote host. You must list each remote host on a separate line and only the first 128 characters of each line are read and processed. Lines beginning with the pound sign (#) are comments. If the cfgmgr.auth file does not exist, the configuration management server assumes no remote system administrators are allowed to config- ure, reconfigure, or unconfigure any kernel subsystem on the local host. EXAMPLES
The following shows entries in the cfgmgr.auth file on a host named buster: salmon.zk3.dec.com trout.zk3.dec.com bluefish.zk3.dec.com This cfgmgr.auth file allows system administrators on the salmon, trout, and bluefish hosts to configure, reconfigure, and unconfigure sub- systems on buster. RELATED INFORMATION
Commands: cfgmgr(8), sysconfig(8), sysconfigdb(8), kloadsrv(8) Files: /etc/sysconfigtab(4) System Administration delim off cfgmgr.auth(4)
All times are GMT -4. The time now is 01:23 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy