Results 1 to 6 of 6
how would i dump a text file to a screen non-interactively? just to read and continue on....
- 05-25-2007 #1Just 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.
- 05-27-2007 #2Linux 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
- 05-27-2007 #3
- 05-29-2007 #4Just 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.
- 05-29-2007 #5
Why not just use cat? This is what cat does: it prints the file to the screen.
DISTRO=Arch
Registered Linux User #388732
- 05-30-2007 #6Just Joined!
- Join Date
- Nov 2006
- Posts
- 90
cat? ok ill try that too. thx


Reply With Quote