Results 1 to 10 of 10

Thread: Shell-scripting

  1. #1
    Join Date
    Sep 2013
    Location
    Illinois
    Beans
    30
    Distro
    Ubuntu

    Shell-scripting

    Is there a really good shell-scripting tutorial that explains why you type that and what does "cat" or "for" do.
    That would be really appreciated.

  2. #2
    Join Date
    Sep 2013
    Location
    Illinois
    Beans
    30
    Distro
    Ubuntu

    Re: Shell-scripting

    cat and for are just examples by the way.

  3. #3
    Join Date
    May 2013
    Beans
    26

    Re: Shell-scripting

    Quote Originally Posted by vonvic View Post
    cat and for are just examples by the way.
    cat means "concatenate":

    Code:
    cat /etc/apt/sources.list
    Will print the "sources.list" text file in the terminal.

  4. #4
    Join Date
    Sep 2013
    Location
    Illinois
    Beans
    30
    Distro
    Ubuntu

    Re: Shell-scripting

    But I want to learn all the commands for bash

  5. #5
    Join Date
    May 2013
    Beans
    26

    Re: Shell-scripting

    Quote Originally Posted by vonvic View Post
    But I want to learn all the commands for bash
    All at once?

    Ok...

    Open bash:

    Code:
    man <someCommand>

    EOF.

  6. #6
    Join Date
    Aug 2011
    Location
    Melbourne, Australia.
    Beans
    Hidden!
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Shell-scripting

    Quote Originally Posted by vonvic View Post
    But I want to learn all the commands for bash
    Hi,

    You could check out the "Links" Page in NewDocs.

    See the link in my signature.

    Cheers -
    PopularPages: A very handy Documentation Search Tool used by many.
    PopularPages Wiki Thread
    My New Blog

  7. #7
    Join Date
    Sep 2013
    Location
    Illinois
    Beans
    30
    Distro
    Ubuntu

    Re: Shell-scripting

    Thank you

  8. #8
    Join Date
    May 2013
    Beans
    26

    Re: Shell-scripting

    Quote Originally Posted by vonvic View Post
    Thank you
    You are welcome

  9. #9

  10. #10
    Join Date
    May 2013
    Beans
    26

    Re: Shell-scripting

    Google.com

Bookmarks

Posting Permissions

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