mirror of
				https://github.com/onceupon/Bash-Oneliner.git
				synced 2025-10-31 05:01:06 +01:00 
			
		
		
		
	Others
- List one file per line.
This commit is contained in:
		| @@ -3255,6 +3255,13 @@ pdftotext example.pdf example.txt | |||||||
| ls -d */ | ls -d */ | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|  | ##### List one file per line. | ||||||
|  | ```bash | ||||||
|  | ls -1 | ||||||
|  | # or list all, do not ignore entries starting with . | ||||||
|  | ls -1a | ||||||
|  | ``` | ||||||
|  |  | ||||||
| ##### Capture/record/save terminal output (capture everything you type and output) | ##### Capture/record/save terminal output (capture everything you type and output) | ||||||
| ```bash | ```bash | ||||||
| script output.txt | script output.txt | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user