Results 1 - 13 of about 13 results out of about 90527 pages. (0.04 seconds)

BashGuide/CommandsAndArguments . . . 14 matches
... [[BashGuide|<- Contents]] | [[BashGuide/SpecialCharacters|Special Characters ->]] ---- <<TableOfContents>> <<Anchor(StartOfContent)>> = Commands and Arguments = [[BASH]] reads...

20.8k - rev: 126 (current) last modified: 2023-06-20 18:36:11

BashGuide/Arrays . . . 13 matches
...[[BashGuide/TestsAndConditionals|<- Tests and Conditionals]] | [[BashGuide/InputAndOutput|Input and Output ->]] ---- <<Anchor(StartOfContent)>> = Arrays = As mentioned earlier, ...

24.6k - rev: 45 (current) last modified: 2021-10-23 00:18:04

BashGuide/InputAndOutput . . . 11 matches
... [[BashGuide/TestsAndConditionals|<- Tests and Conditionals]] | [[BashGuide/CompoundCommands|Compound Commands ->]] ---- <<TableOfContents>> <<Anchor(StartOfContent)>> = Input And...

41.7k - rev: 46 (current) last modified: 2023-03-02 12:14:34

BashGuide/Patterns . . . 8 matches
... [[BashGuide/Parameters|<- Parameters]] | [[BashGuide/TestsAndConditionals|Tests and Conditionals ->]] ---- <<Anchor(StartOfContent)>> = Patterns = [[BASH]] offers three differe...

11.3k - rev: 34 (current) last modified: 2016-01-15 10:08:43

BashGuide/CompoundCommands . . . 7 matches
...[[BashGuide/InputAndOutput|<- Input and Output]] | [[BashGuide/Sourcing|Sourcing ->]] ---- <<TableOfContents>> <<Anchor(StartOfContent)>> = Compound Commands = [[BASH]] offers ...

14.8k - rev: 28 (current) last modified: 2013-04-13 03:29:17

BashGuide . . . 7 matches
... [[BashGuide/CommandsAndArguments|Commands and Arguments ->]] ---- = Introduction = '''You are invited to make additions or modifications so long as you can keep them accurate. ...

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

BashGuide/Practices . . . 6 matches
... [[BashGuide/JobControl|<- Job Control]] ---- <<TableOfContents>> <<Anchor(StartOfContent)>> = Practices = == Choose Your Shell == The first thing you should do before starting ...

30.2k - rev: 61 (current) last modified: 2023-06-12 00:57:43

BashSheet . . . 15 matches
... are looking for more details, explanation and/or examples of their usage, go read [[BashGuide/TestsAndConditionals#Conditional_Loops_.28while.2C_until_and_for.29|the BashGuide's ...

54.2k - rev: 91 (current) last modified: 2021-12-20 04:19:50

glob . . . 9 matches
...so used to match patterns in a few places in Bash. The most traditional is in the [[BashGuide/TestsAndConditionals#Choices|case]] command: {{{#!highlight bash case "$input" in ...

17.3k - rev: 59 (current) last modified: 2022-10-13 13:52:20

BashPitfalls . . . 5 matches
...will return non-zero and the overall `if` command will be zero. '''See also:''' * BashGuide/TestsAndConditionals * http://wiki.bash-hackers.org/syntax/ccmd/if_clause <<Anchor...

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

BashFAQ/105 . . . 4 matches
...ved echo survived fi }}} As soon as a function is used as a conditional (in a [[BashGuide/TestsAndConditionals#Control_Operators_.28.26.26_and_.7C.7C.29|list]] or with a [[Ba...

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

tests . . . 3 matches
... fi done printf 'Finished moving %d files.\n' "$fileCnt" >&2 }}} == Links == * [[BashGuide/TestsAndConditionals|Tests and Conditionals]] in the BashGuide. * [[BashFAQ/031]] -...

2.5k - rev: 1 (current) last modified: 2012-10-30 22:43:49

BashFAQ/031 . . . 3 matches
...`eval` to defer parsing until the command is actually reached at runtime. See the [[BashGuide/TestsAndConditionals|Tests and Conditionals]] chapter in the BashGuide. === Theory ...

10.5k - rev: 51 (current) last modified: 2022-05-09 13:49:40