echo glob to ls glob

tsraza
2019-10-04 11:52:15 -10:00
parent 160489f1c6
commit e854ba289e

@@ -15,7 +15,7 @@ rm $(ls | grep -v '\.c$')
### Correct code: ### Correct code:
```sh ```sh
echo /directory/*mystring* ls /directory/*mystring*
``` ```
or or