diff --git a/README.md b/README.md index 47fc319..67aafb3 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ sudo !! ls -l [a-z]* #list all files with alphabet in its filename. # ‘{}’ can be used to match filenames with more than one patterns -ls {*.sh,*.py} #list all .sh and .py files +ls *.{sh,py} #list all .sh and .py files ``` ##### Some handy environment variables