mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-26 06:24:34 +02:00
✨ Format Linux/MacOS comments
This commit is contained in:
@@ -189,8 +189,8 @@ ls -la my_folder
|
|||||||
**STOP OPENING YOUR FINDER OR FILE EXPLORER**
|
**STOP OPENING YOUR FINDER OR FILE EXPLORER**
|
||||||
|
|
||||||
```
|
```
|
||||||
tree # on Linux
|
tree # on Linux
|
||||||
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' # on macOS
|
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' # on macOS
|
||||||
```
|
```
|
||||||
## <a id="findfile"></a>find a stale file
|
## <a id="findfile"></a>find a stale file
|
||||||
|
|
||||||
@@ -225,8 +225,8 @@ date +%m/%d/%Y
|
|||||||
What about a week from now?
|
What about a week from now?
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
date -d "+7 days" # On linux
|
date -d "+7 days" # On Linux
|
||||||
date -j -v+7d # On osx
|
date -j -v+7d # On MacOS
|
||||||
```
|
```
|
||||||
|
|
||||||
===
|
===
|
||||||
|
Reference in New Issue
Block a user