Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Debian Squeeze / BackTrack 5/ Linux Mint 11
Posts: 356
Rep:
Saving CLI data in the CLI
When using a Live CD, I recently had copied a string of data from the CLI using <ctrl>-C. I wanted to save the data, but couldn't get X to start, and was loaded on a Windows machine that I was visiting. How can I save the data that I copy in the CLI so that I can take it with me if I cannot start X? The machine did not have a floppy, but did have USB ports.
If you have copied a string of text from the command line, you could just save it to a text file and put it on a removable device or send it over the network.
You could directly pipe a command into a text file as well, something like:
Distribution: Debian Squeeze / BackTrack 5/ Linux Mint 11
Posts: 356
Original Poster
Rep:
What I did was highlight text from the CLI and copy it with <ctrl> C, and I was not sure how to send it to a text file, like data.txt. If it was already a file, I know that I could use the mv or cp command, but I do not know what command or commands I would use from the CLI to send text that I copied from the CLI with <ctrl> C to a file on my USB stick or a floppy.
Like in your example, instead of lspci, what command would I use to pipe the data that I just copied with <ctrl>C to a file named data.txt?
I hope I was a little more clear this time; I'm sure it's an easy answer, I just cannot figure it out.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.