mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-11-03 22:51:07 +01:00 
			
		
		
		
	add others
clear the contents of a file
This commit is contained in:
		@@ -1317,6 +1317,12 @@ $-   :current options set for the shell.
 | 
			
		||||
$$   :pid of the current shell (not subshell).  
 | 
			
		||||
$!   :is the PID of the most recent background command.  
 | 
			
		||||
 | 
			
		||||
##### clear the contents of a file (e.g. filename)
 | 
			
		||||
```bash
 | 
			
		||||
>filename
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## System
 | 
			
		||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user