mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-23 05:13:50 +02:00
@@ -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. [unmount USB drives](#unmount-usb-drives)
|
||||||
1. [format USB drives](#format-usb-drives)
|
1. [format USB drives](#format-usb-drives)
|
||||||
1. [check USB format](#check-usb-format)
|
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. [Quick tips](#quick-tips)
|
||||||
1. [Hotkeys](#hotkeys)
|
1. [Hotkeys](#hotkeys)
|
||||||
1. [I can't remember these cryptic commands](#i-cant-remember-these-cryptic-commands)
|
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
|
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
|
## Quick tips
|
||||||
|
|
||||||

|

|
||||||
|
Reference in New Issue
Block a user