Results 1 - 10 of about 10 results out of about 94398 pages. (0.02 seconds)

BashFAQ/005 . . . 11 matches
...itionally have [[BashGuide/Arrays#Associative_Arrays|Associative Arrays]] (see also [[BashFAQ/006|FAQ 6]]). This article focuses on indexed arrays as they are the most common type...

19.7k - rev: 77 (current) last modified: 2023-03-25 22:39:06

BashFAQ/073 . . . 6 matches
...ers#Parameter_Expansion|Bash Guide]] includes an introduction for beginners. * The [[BashFAQ/100|string manipulation tutorial]] is a more in-depth tutorial with additional exampl...

12.0k - rev: 53 (current) last modified: 2023-06-24 09:33:51

BashFAQ/067 . . . 5 matches
...the default value of IFS). Here's a solution using [[glob|extglob]] together with [[BashFAQ/073|parameter expansion]]: {{{ # Bash shopt -s extglob x=${x##+([[:space:]]...

3.1k - rev: 27 (current) last modified: 2018-11-29 15:32:42

BashFAQ/021 . . . 5 matches
...ce content within a variable, this can (and should) be done very simply with Bash's [[BashFAQ/100|parameter expansion]]: {{{ # Bash var='some string' var=${var//some/another} }}}...

13.5k - rev: 83 (current) last modified: 2022-11-03 23:42:27

BashProgramming/02 . . . 10 matches
...ledg:~$ TIMEFORMAT='%R %U %S' wooledg:~$ a="somefile.txt" wooledg:~$ time for ((i=1; i<=100000; i++)); do [[ $a = a*.txt ]]; done 0.292 0.192 0.100 wooledg:~$ time for ((i=1; i<=1...

12.5k - rev: 4 (current) last modified: 2017-06-13 18:05:42

BashGuide/Parameters . . . 9 matches
...al/bashref.html#Shell-Variables|Shell Variables]] ---- . '''In the FAQ''': <<BR>> [[BashFAQ/013|How can I concatenate two variables? How do I append a string to a variable?]] <<...

19.0k - rev: 45 (current) last modified: 2017-04-07 00:32:44

ReplacingStrings . . . 5 matches
...treated as literal. Parameter expansions like this are discussed in more detail in [[BashFAQ/100|Faq #100]]. === Streams === If it's a file or a stream, things get a little bit...

4.5k - rev: 4 (current) last modified: 2013-04-15 19:58:23

BadUtils . . . 5 matches
...ernal command? === Alternatives === The builtins `type`, `command` and `hash`. See [[BashFAQ/081]] == xargs == `xargs` is standard and moderately useful, but it has a number of ...

5.2k - rev: 12 (current) last modified: 2022-01-11 14:21:47

CategoryShell . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en These pages discuss issues associated with the Unix command line shells, especially bash, but a...

0.6k - rev: 2 (current) last modified: 2009-03-11 17:10:59