Hi all,
This works
fine as a shell script. But how can I tell the shell to also return files which are optionally followed by a single letter, 'x' for example. I think using another wildcard will make this regex too greedy, TIA
Because a thing seems difficult for you, do not think it impossible for anyone to accomplish.
Marcus Aurelius
This works
Code:
ls joe/home/*"$*"
Because a thing seems difficult for you, do not think it impossible for anyone to accomplish.
Marcus Aurelius