mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -739,7 +739,7 @@ for i in $(ls); do echo file $i;done
 | 
			
		||||
 | 
			
		||||
##### for loop, press any key to continue each loop
 | 
			
		||||
```bash
 | 
			
		||||
for i in $(cat tpc_stats_0925.log |grep failed|grep -o '\query\w\{1,2\}');do read -rsp $'Press any key to continue...\n' -n1 key;cat ${i}.log;done
 | 
			
		||||
for i in $(cat tpc_stats_0925.log |grep failed|grep -o '\query\w\{1,2\}');do cat ${i}.log; read -rsp $'Press any key to continue...\n' -n1 key;done
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Math
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user