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:
		@@ -1405,7 +1405,8 @@ yes | rm -r large_directory
 | 
			
		||||
``` 
 | 
			
		||||
 | 
			
		||||
##### Create dummy file of certain size instantly (e.g. 200mb)
 | 
			
		||||
```bashdd if=/dev/zero of=//dev/shm/200m bs=1024k count=200
 | 
			
		||||
```bash
 | 
			
		||||
dd if=/dev/zero of=//dev/shm/200m bs=1024k count=200
 | 
			
		||||
``` 
 | 
			
		||||
Standard output:
 | 
			
		||||
200+0 records in 
 | 
			
		||||
@@ -1413,8 +1414,6 @@ Standard output:
 | 
			
		||||
209715200 bytes (210 MB) copied, 0.0955679 s, 2.2 GB/s 
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## System
 | 
			
		||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user