Results 1 - 19 of about 19 results out of about 55681 pages. (0.03 seconds)

BashPitfalls#preview#preview . . . 2 matches
...Describe BashPitfalls#preview here....

0.0k - rev: 12 (current) last modified: 2008-11-22 14:08:38

BashPitfalls . . . 1 match
= Bash Pitfalls = This page is a compilation of common mistakes made by bash users. Each example is flawed in some way. <<TableOfContents>> <<Anchor(pf1)>> == for f in $(ls *.m

86.2k - rev: 571 (current) last modified: 2024-02-13 11:17:36

BashProgramming . . . 2 matches
...ntax. If you're not familiar with bash syntax, see BashGuide for an introduction. BashPitfalls is recommended companion reading. Where BashPitfalls tells you what ''not'' to do,...

20.2k - rev: 23 (current) last modified: 2023-01-04 04:29:47

BashGuide/Practices . . . 2 matches
...g you considerable flexibility. Unfortunately, it does very little to discourage [[BashPitfalls|misuse]] and other ill-advised behavior. It hopes people will find out for themsel...

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

glob . . . 1 match
...he glob do ''not'' undergo any further word-splitting. For more such examples, see BashPitfalls. A glob that ends in `/` will only match directories (the `/` will be included in ...

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

WordSplitting . . . 1 match
...ing nor pathname expansion occur upon expansions when filenames are involved. (See BashPitfalls for a discussion of this particular issue.) [[Quotes|Double quoting]] an expansion...

8.7k - rev: 14 (current) last modified: 2023-09-21 06:22:37

ShellHallOfShame . . . 1 match
...tially serious mistakes in them. The reader is expected to understand the common [[BashPitfalls|pitfalls]] associated with writing shell scripts. The scripts herein may be copyri...

4.4k - rev: 8 (current) last modified: 2010-04-28 16:28:19

ParsingLs . . . 1 match
...done } f $(ls) # Word-splitting and globbing here, same mistake as above. }}} See BashPitfalls and DontReadLinesWithFor for more details. Things get more difficult if you wanted...

13.8k - rev: 36 (current) last modified: 2023-08-12 13:05:09

FullBashFAQ . . . 1 match
... (incomplete) BashGuide. If you can't find the answer you're looking for here, try BashPitfalls. If you want to help, you can add new questions with answers here, or try to answer...

2.1k - rev: 3 (current) last modified: 2009-03-06 14:18:30

EnglishFrontPage . . . 1 match
...hat/#bash|#bash]] IRC channel. * For common mistakes made by Bash programmers, see BashPitfalls. * For learning Bash, try the BashGuide. * For a quick reference, use BashSheet. ...

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

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

BashWeaknesses . . . 1 match
... usually involving ugly boilerplate code, or in some cases a complete rewrite. See BashPitfalls for a comprehensive overview. For specific cases, see CodeInjection, and [[BashFAQ...

9.4k - rev: 30 (current) last modified: 2022-09-01 18:14:07

BashSyntaxReference . . . 1 match
...to write a new bash script, other resources include [[BashGuide]], [[BashSheet]], [[BashPitfalls]] and [[BashProgramming]]. The sheer number of combinations of syntax characters i...

25.0k - rev: 26 (current) last modified: 2022-10-16 15:28:22

BashOpenQuestions . . . 1 match
... content of variables in my script lose whitespace. * echo "$var" - quoting. See BashPitfalls for more. * How can I make bash set the xterm title to the command it is currently...

2.3k - rev: 14 (current) last modified: 2023-06-23 18:42:54

BashFAQ/064 . . . 1 match
...the problem clearly]]. Maybe the question you asked is answered in this FAQ, or in BashPitfalls, or in the BashGuide. This is a big one: don't just post a URL and say "here is my...

6.3k - rev: 21 (current) last modified: 2021-08-19 17:49:59

BashFAQ/052 . . . 1 match
...strip all CRs from some input stream, you can use `tr -d '\r' <infile >outfile`. Of course, you must ensure that `infile` and `outfile` [[BashPitfalls#pf13|are not the same file]]....

3.4k - rev: 29 (current) last modified: 2022-01-30 01:59:53

BashFAQ/020 . . . 1 match
...e also [[BashGuide/CommandsAndArguments#Argument_Splitting|argument splitting]] and BashPitfalls). Also, always prefix globs with "/" or "./"; otherwise, if there's a file with "-...

4.3k - rev: 39 (current) last modified: 2016-03-06 16:39:47

BashFAQ . . . 1 match
...ls, you may wish to start with the BashGuide. More advanced users may wish to read BashPitfalls and BashProgramming. If you want to help, you can add new questions with answers h...

2.3k - rev: 393 (current) last modified: 2021-05-27 20:31:17