mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-03-15 09:29:40 +01:00
parent
f0878974b1
commit
29cf171f92
@ -59,6 +59,7 @@ As a computer expert, we want to be more efficient and do our jobs better. We kn
|
||||
1. [unmount USB drives](#unmount-usb-drives)
|
||||
1. [format USB drives](#format-usb-drives)
|
||||
1. [check USB format](#check-usb-format)
|
||||
1. [run command on all files of a directory](#run-command-on-all-files-of-a-directory)
|
||||
1. [Quick tips](#quick-tips)
|
||||
1. [Hotkeys](#hotkeys)
|
||||
1. [I can't remember these cryptic commands](#i-cant-remember-these-cryptic-commands)
|
||||
@ -465,6 +466,14 @@ $ sudo mkfs.exfat /dev/sdb1
|
||||
sudo fsck /dev/sdb1
|
||||
```
|
||||
|
||||
## run command on all files of a directory
|
||||
|
||||
**STOP CLICKING THE FILES ONE BY ONE** :-1:
|
||||
|
||||
```shell
|
||||
for FILE in *; do echo $FILE; done
|
||||
```
|
||||
|
||||
## Quick tips
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user