Results 1 - 17 of about 17 results out of about 85848 pages. (0.02 seconds)

BashFAQ/058 . . . 3 matches
...on Unix systems. If you make further changes, please don't use GNUisms. Thanks.'' --GreyCat One instance where such would sometimes be handy is storing small temporary bitmaps ...

3.0k - rev: 13 (current) last modified: 2009-03-09 08:26:26

BashFAQ/037 . . . 3 matches
...nces and then DISTRIBUTING that for other people should be discarded immediately.'' - GreyCat <<BR>><<BR>> I said it would be contentious, but there is an alternative view....

10.9k - rev: 36 (current) last modified: 2023-10-01 21:59:10

TrustedEditorGroup . . . 2 matches
...#acl GreyCat:read,write,revert,admin,delete All:read * GreyCat * geirha * izabera * Lhunath * NeilMoore * pgas * ormaaj * EmanueleTorre * emanuele6...

0.2k - rev: 9 (current) last modified: 2021-11-16 17:28:09

EnglishFrontPage . . . 2 matches
...= Greg's Wiki = This is Greg's (also known as GreyCat's) wiki. It has some pages of interest to people doing Unix shell scripting or system administration. The official front pag...

3.9k - rev: 481 (current) last modified: 2023-11-18 22:20:18

BashGuide . . . 2 matches
...The primary maintainer(s) of this document: * -- [[Lhunath]] (primary author) * -- GreyCat The guide is also available in [[http://s.ntnu.no/bashguide.pdf|PDF format]]. Altern...

8.1k - rev: 170 (current) last modified: 2021-05-27 20:29:49

FullBashGuide . . . 1 match
...The primary maintainer(s) of this document: * -- [[Lhunath]] (primary author) * -- GreyCat == A Definition == <<Include(BashGuide,,from=".*= A Definition =.*",to=".*Anchor\(Us...

4.7k - rev: 12 (current) last modified: 2015-05-11 14:09:14

FtpMustDie . . . 1 match
... = FTP Must Die = A GreyCat rant. <<TableOfContents>> The File Transfer Protocol (FTP) is specified in [[http://www.faqs.org/rfcs/rfc959.html|RFC 959]], published in October 198...

21.5k - rev: 40 (current) last modified: 2016-03-22 20:53:44

ComplexOptionParsing . . . 1 match
... an endorsement of the process-getopt software overall; I don't know it well enough. -GreyCat '' ''It's written and tested on Linux where getopt(1) supports long options. For por...

15.8k - rev: 19 (current) last modified: 2023-12-07 09:46:56

BashTesting . . . 1 match
...operator. But you're the one who wanted to play with `eval`, so you get to fix it! - GreyCat'' The output: {{{ $ bash test-demo.sh -t test-demo.sh -- Demonstrate how testing fe...

5.4k - rev: 1 (current) last modified: 2010-07-30 07:14:54

BashPitfalls . . . 1 match
...se'' history expansion, my personal preference was to turn it off in `~/.bashrc`.'' — GreyCat These solutions will work: {{{ echo 'Hello World!' }}} or {{{ echo "Hello World...

86.2k - rev: 572 (current) last modified: 2024-04-04 23:09:24

BashLoadableBuiltins . . . 1 match
...g the `dlopen()` function. If you're on older versions of HP-UX, there is a patch by GreyCat: [[attachment:bash-4.2-shl.diff]] (older version: [[attachment:bash-4.0-shl.diff]]). ...

1.1k - rev: 7 (current) last modified: 2020-04-25 02:18:36

BashFAQ/105 . . . 1 match
...y line that's ''allowed'' to fail with something like `||true`. === Conclusions === GreyCat's personal recommendation is simple: don't use `set -e`. Add your own error checking...

12.5k - rev: 27 (current) last modified: 2021-03-11 06:07:25

BashFAQ/104 . . . 1 match
...alternative is simpler and more elegant than unsetting [[IFS]] (''In your opinion! -- GreyCat''). Appropriate care must be taken [[BashFAQ/048|to ensure safety when using eval]]....

3.2k - rev: 11 (current) last modified: 2022-08-01 14:45:16

BashFAQ/088 . . . 1 match
... 10, with no appreciable start-up delay (''with $HOME on a local disk, I assume?'' -- GreyCat). With a history size of 100,000 entries this has grown to 10MB with a noticeable 3-...

9.7k - rev: 29 (current) last modified: 2022-04-19 05:58:35

BashFAQ/071 . . . 1 match
...r. Neat effect, but how on '''earth''' did you find out about it? Source diving? -- GreyCat'' . ''It validates The Single Unix Specification: "If the leading character is a s...

26.3k - rev: 46 (current) last modified: 2021-02-08 16:03:51

BashFAQ/053 . . . 1 match
...le-quote answer is better, but I'd like to see it retained here as an alternative. -- GreyCat'' ''Fair enough. I initially just intended to change the BLACK= to a RESET= (since ...

5.1k - rev: 13 (current) last modified: 2022-09-14 02:03:48

BashFAQ/045/contrib . . . 1 match
... I don't trust it. It looks overly complex and fragile. And quite non-portable. -- GreyCat'' {{{ LOCK_DEFAULT_NAME=$0 LOCK_HOSTNAME="$(hostname -f)" ## function to take t...

2.0k - rev: 2 (current) last modified: 2012-09-04 14:37:22