Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | fix quoting. |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5d61fbc7a2dbc95c24a98ed9660534f4 |
User & Date: | vdh 2019-12-11 16:37:34 |
Context
2019-12-12 16:19 | de-novo generation of `man.md' from sd's manpage using the newly added script `mkman.sh'. check-in: 278a59b06e user: vdh tags: trunk | |
2019-12-11 16:37 | fix quoting. check-in: 5d61fbc7a2 user: vdh tags: trunk | |
2019-12-11 16:33 | fix quoting. check-in: c4044ae8d8 user: vdh tags: mksh | |
2019-11-19 14:39 | manpage edit. check-in: cee66b9d26 user: vdh tags: trunk | |
Changes
Changes to sd.ksh.
︙ | ︙ | |||
417 418 419 420 421 422 423 | } .EE .LP which effectively aliases .B cd to .BR sd . | | | | 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 | } .EE .LP which effectively aliases .B cd to .BR sd . Using "\$@" (rather than "\$*" or \$*) is the right thing to do here considering the possibility of multiple blanks in (quoted) patterns or an IFS=\$'\\\n'. If you have your own .B cd function you might want to include the above .B sd call in that function. .B sd |
︙ | ︙ |