![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Want To convert script in Linux format | niceboykunal123 | Shell Programming and Scripting | 1 | 05-28-2008 08:27 AM |
| Want to Convert Scripts in Linux format | niceboykunal123 | Shell Programming and Scripting | 1 | 05-28-2008 02:28 AM |
| How to convert unix command into Awk statement | krishna_gnv | Shell Programming and Scripting | 1 | 05-20-2008 10:58 AM |
| writing your own command in unix/linux | Amardeep | High Level Programming | 3 | 03-15-2007 09:49 PM |
| convert dwg to ps in Linux/Unix shell | Jonny5000 | UNIX for Dummies Questions & Answers | 1 | 07-25-2001 01:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to convert this linux command to Unix AIX?
How to convert this linux command to Unix AIX?
I have tried this command and work in CentOS: Code:
tail --line=0 --retry -f --follow=name --max-unchanged-stats=1 logFile.log Thanks in advance. |
|
||||
|
I would figure out what each of those switches are doing in linux (man find).
Then look at the same man page on the aix server. Compare the available options and see what is needed and what isn't. You'll probably end up with tail -f filename. But you should check and make sure! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|