×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Cat: Difference between revisions

    Content added Content deleted
    imported>Took
    No edit summary
     
    imported>LosTrace
    (more info on cat.)
    Line 1: Line 1:
    ''cat'' is a command-line tool that concatenates multiple files or the standard input to standard output.
    ''cat'' is ein unix-befehl, der den inhalt einer (text-)datei anzeigt
    its most simple usage is to output a file:

    <pre>
    fnord@23# cat /etc/motd

    I used to be a FUNDAMENTALIST, but then I heard about the HIGH
    RADIATION LEVELS and bought an ENCYCLOPEDIA!!

    </pre>

    Revision as of 18:43, 12 March 2006

    cat is a command-line tool that concatenates multiple files or the standard input to standard output. its most simple usage is to output a file:

    fnord@23# cat /etc/motd
    
    I used to be a FUNDAMENTALIST, but then I heard about the HIGH
    RADIATION LEVELS and bought an ENCYCLOPEDIA!!
    
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.