No description
Find a file
Sergey Poznyakoff 08d3154b58 Implement tilde and pathname expansion
* src/wordsplit.c (wordsplit_tildexpand)
(wordsplit_pathexpand): New functions.
(wordsplit_process_list): Run tilde and pathname expansion
if WRDSF_PATHEXPAND flag is set.
* src/wordsplit.h (wordsplit)<ws_options>: New member.
(WRDSF_PATHEXPAND): New flag.
(WRDSO_NULLGLOB,WRDSO_FAILGLOB)
(WRDSO_DOTGLOB): New defines.
* tests/wsp.c: New options pathexpand, nullglob, failglob,
dotglob.  Fix help output.
2015-12-17 15:25:24 +02:00
src Implement tilde and pathname expansion 2015-12-17 15:25:24 +02:00
tests Implement tilde and pathname expansion 2015-12-17 15:25:24 +02:00