mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-10-31 05:01:06 +01:00 
			
		
		
		
	| @@ -107,7 +107,7 @@ sudo !! | |||||||
| ls -l [a-z]*   #list all files with alphabet in its filename. | ls -l [a-z]*   #list all files with alphabet in its filename. | ||||||
|  |  | ||||||
| # ‘{}’ can be used to match filenames with more than one patterns | # ‘{}’ 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 | ##### Some handy environment variables | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user