Find the answer to your Linux question:
Results 1 to 6 of 6
how would i dump a text file to a screen non-interactively? just to read and continue on....
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Posts
    90

    dump text file to screen

    how would i dump a text file to a screen non-interactively? just to read and continue on.

  2. #2
    Linux Enthusiast
    Join Date
    Aug 2006
    Posts
    631
    What do you mean with non-interactively? Scrolling a text file to the screen with a delay?

    Regards

  3. #3
    Just Joined! Smither's Avatar
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    58
    Try more file or less file?

  4. #4
    Just Joined!
    Join Date
    Nov 2006
    Posts
    90
    i just mean it cant be vim or some other program that needs to be "exited" by a button press. less might work... ill try that.

  5. #5
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    Why not just use cat? This is what cat does: it prints the file to the screen.
    DISTRO=Arch
    Registered Linux User #388732

  6. #6
    Just Joined!
    Join Date
    Nov 2006
    Posts
    90
    cat? ok ill try that too. thx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...