Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: cat foo –  (Read 3588 times)

0 Members and 1 Guest are viewing this topic.

COKEDUDE

    Topic Starter


    Greenhorn

    Thanked: 1
    cat foo –
    « on: February 10, 2010, 09:57:45 AM »
    Could anyone tell me what "cat foo –" does in unix please? Also where is there documentation about this so I know where to look in the future.

    TheUnixGuy



      Beginner

      Thanked: 7
      Re: cat foo –
      « Reply #1 on: February 10, 2010, 11:17:36 AM »
      Hello,

      Welcome to the ComputerHope Forums.

      Generally, foo, foobar, baz, etc are used as placeholders to some arbitrary unknowns. Thus
      Code: [Select]
      cat foo -might be used as an example usage of cat. The user has to replace it by something valid, according to the condition, a valid filename in this case.


      NOTE: Please avoid double posting.
      « Last Edit: February 10, 2010, 11:50:35 AM by TheUnixGuy »
      When it rains, most birds head for shelter; Eagle is the only bird that flies above the clouds to avoid rain.