OSX 10.3.6 `top` command

Posted:
in macOS edited January 2014
Hello folks...



I need help with Panther's `top` command. Since there is no `-b` option as in Linux/BSD I can't get `top` output into file. Any idea how to achive this ?



Thx.

Comments

  • Reply 1 of 5
    zozo Posts: 3,117member
    type "man top" (no qoutes) for all the options
  • Reply 2 of 5
    Quote:

    Originally posted by ZO

    type "man top" (no qoutes) for all the options



    Hehe... thx, but... if it's there (man pages) I wouldn't ask in here .
  • Reply 3 of 5
    This will get the output into a file. It's not so pretty, but it works:



    top > file.txt
  • Reply 4 of 5
    pbpb Posts: 4,255member
    Quote:

    Originally posted by Code Master



    top > file.txt




    You may consider the -l option to have more than one samples written on the file.
  • Reply 5 of 5
    Quote:

    Originally posted by PB

    You may consider the -l option to have more than one samples written on the file.



    This is exactly what I need !!! Thanks a lot...
Sign In or Register to comment.