mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	edit link markdown
This commit is contained in:
		@@ -6,11 +6,7 @@ This blog will focus on simple bash commands for parsing data; some of them are
 | 
			
		||||
English and bash are not my first language, so... correct me anytime, thank you!  
 | 
			
		||||
And if you know any cool command that are not included here, Please Teach Me.
 | 
			
		||||
 | 
			
		||||
In case you would like to check and vote up my questions on Stackoverflow, here's my page:
 | 
			
		||||
http://stackoverflow.com/users/4290753/once
 | 
			
		||||
 | 
			
		||||
Here's a more stylish version of Bash-Oneliner~
 | 
			
		||||
http://onceupon.github.io/Bash-Oneliner/
 | 
			
		||||
Here's a more stylish version of [Bash-Oneliner](http://onceupon.github.io/Bash-Oneliner/)~
 | 
			
		||||
 | 
			
		||||
## Handy Bash oneliner commands
 | 
			
		||||
 | 
			
		||||
@@ -928,6 +924,8 @@ if (($j==$u+2))
 | 
			
		||||
if [[$age >21]]
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
[More if commands](http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html)
 | 
			
		||||
 | 
			
		||||
##### For loop
 | 
			
		||||
    
 | 
			
		||||
```bash
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user