Search:

Type: Posts; User: ntzrmtthihu777; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    1,090

    [SOLVED] Re: Bash script in a ppa.

    Success! The information needed for this sort of project can be found here and can be used to create .deb for simple bash scripts, and presumably other scripts.
  2. Replies
    12
    Views
    1,090

    [SOLVED] Re: Bash script in a ppa.

    You know, I had a look at github... I may end up going that way. I eventually want to port the bash script to c++ for windows users, if I do that I could use its source to make the package for ppa...
  3. Replies
    12
    Views
    1,090

    [SOLVED] Re: Bash script in a ppa.

    Yes, I have been to that very page and read it. But as I said, this mainly deals with actual "programs" compiled from source, I just have 2 files (very small ones, at that) that I need saved to...
  4. Replies
    12
    Views
    1,090

    [SOLVED] Re: Bash script in a ppa.

    The first awk command creates a sedscript which is used by sed to process the original file and produce the converted file. I have figured out the writing issue (I just had it write to ~ as a...
  5. Replies
    12
    Views
    1,090

    [SOLVED] Re: Bash script in a ppa.

    Script and infile. Original is chosen via a prompt within the script itself and will vary from use to use. I tried



    #!/bin/bash
    awk '{yada yada}' < infile > ~/.outfile
    sed -f ~/.outfile...
  6. Replies
    12
    Views
    1,090

    [SOLVED] Re: Bash script in a ppa.

    Holy lol, I can't escape you! OK, that is fine and true, did not consider the possibility of other users. I am using IO redirects (< and > as you well know) to write the output of certain actions to...
  7. Replies
    12
    Views
    1,090

    [SOLVED] Bash script in a ppa.

    Hello all,
    Bit of a Linux/Ubuntu n00b, have been using it about as long as I have been a member of this forum, but am learning pretty quick and loving every minute of it :D

    I have created a...
Results 1 to 7 of 7