Search:

Type: Posts; User: Telengard C64; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2,495
    Views
    130,446

    Re: The UN-WORD Association Thread!

    platypus
  2. [ubuntu] Re: Howto install Firefox 9 on Hardy Heron 8.04

    That should be fine, provided you don't mind the idea of Firefox having write access to the directory containing its own executable.
  3. Replies
    156
    Views
    9,073

    Re: 2012 - What OS do you use?

    Ubuntu, in the form of Kubuntu 8.04 and 10.04.
  4. Thread: RPG Poll

    by Telengard C64
    Replies
    41
    Views
    2,448

    Re: RPG Poll

    Forgive me, but ... what?
  5. Replies
    4
    Views
    402

    [SOLVED] Re: bash "tr" - unexpected result

    Quote your meta-characters if you don't want the Bash to eat them.
  6. Thread: RPG Poll

    by Telengard C64
    Replies
    41
    Views
    2,448

    Re: RPG Poll

    That post makes me wonder if you are to be believed. Feel free to prove me wrong by actually producing something playable.

    When you say 3d do you mean Diablo or Quake or what?

    Otherwise, I'm...
  7. Replies
    4
    Views
    954

    [SOLVED] Re: Deleting multiple lines with sed.

    GNU Sed supports alternation as an extension.



    sed '/apple\|lemon/d'


    EDIT
    This may help you understand.
  8. Replies
    116
    Views
    75,981

    [ubuntu] Re: Linux Command Line Learning Resources

    Local Documentation Bundled With Ubuntu

    /usr/share/doc/bash/README.commands.gz is a compressed text file. It contains a short introduction to the Linux command line intended for new users. It can...
  9. Re: where to learn everything about batch and bash scriping?

    Probably.



    Yes.

    http://mywiki.wooledge.org/BashGuide
    http://www.gnu.org/software/bash/manual/html_node/index.html
  10. Re: where to learn everything about batch and bash scriping?

    AFAIK Bash is the default shell on most Linux distros. Distros can choose any shell they wish though, and I know of at least one where zsh is the default shell.

    BSDs are another story.
  11. Re: where to learn everything about batch and bash scriping?

    http://ubuntuforums.org/showthread.php?t=1909108
  12. Replies
    11
    Views
    641

    [SOLVED] Re: find command

    No it didn't. It is just a kludge until you fix your program.
  13. Replies
    116
    Views
    75,981

    [ubuntu] Re: Linux Command Line Learning Resources

    Doesn't need to be a column, could be a simple as the post number. Here's an example of what master index would look like for links from post #4:

    LINUX: Rute User’s Tutorial and Exposition by Paul...
  14. Replies
    5
    Views
    743

    [SOLVED] Re: Shell script help

    So apparently your local copy of the script didn't have the space between [ and $, but the code you posted in your OP did. That's why when I copypasted the script it worked for me without error.
    ...
  15. Replies
    10,876
    Views
    608,175

    Re: The person below you game

    Not necessarily true. I understand the appeal of tablets, but until they include a built-in document scanner they seem pointless to me.

    TPBM keeps a cache of spare keyboards and mice at home, just...
  16. Replies
    2
    Views
    340

    Re: Command line arguments

    There are other shells besides Bash, and not all of them support pp's greater than $9. Some of the tutorials you find with Google are written for older shells like sh.
    ...
  17. Replies
    5
    Views
    743

    [SOLVED] Re: Shell script help

    What was the trouble?
  18. Replies
    8
    Views
    656

    Read the thread linked by bluexrider.

    ^ This thread seems to answer all the problems you mentioned, jorvopeda.

    Also see the related bug report.
  19. Replies
    5
    Views
    743

    [SOLVED] Re: Shell script help

    If this were Bash, I'd say quote your variable expansions and string literals.

    FWIW, your script works fine in Bash.

    I don't know zsh.

    EDIT

    From the error message, it looks like your...
  20. Replies
    2
    Views
    206

    [SOLVED] Re: bash question

    test$ echo $*

    test$ set one two three
    test$ echo $*
    one two three
    test$

    Nope.
  21. Replies
    11
    Views
    641

    [SOLVED] Re: find command

    #! /bin/bash

    find . -type f -name "*.bin" -print |
    while read -r f; do
    ./abc "${f:2}"
    done
  22. Replies
    116
    Views
    75,981

    [ubuntu] Re: Linux Command Line Learning Resources

    The only way to prevent duplicates is if you (or a mod) maintain a master index in the first post of this thread. That's how the other sticky threads are maintained AFAIK.
  23. Replies
    14
    Views
    1,913

    [SOLVED] Re: Newbie's day-4 question - emacs

    Actually, you could fix it. The source code is available. I understand not wanting to, and agree that you should not be required to.

    The devs probably just need to tweak a configuration file or...
  24. Replies
    116
    Views
    75,981

    [ubuntu] Re: Linux Command Line Learning Resources

    Here's my copypasta :p


    LINUX: Rute User’s Tutorial and Exposition by Paul Sheer
    The Linux Users' Guide by Larry Greenfield
    LinuxCommand.org: Learn the Linux command line. Write shell...
  25. Replies
    14
    Views
    1,913

    [SOLVED] Re: Newbie's day-4 question - emacs

    I'm afraid I can't explain it. I can only guess what might be causing the warning message.

    My guess is that it is because the Emacs package for Ubuntu isn't being properly integrated into your GUI...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4