Formatting

This commit is contained in:
2026-06-16 00:11:29 +02:00
parent 1e6d70d8f4
commit 6df8890b2a
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -23,14 +23,15 @@ Most programs let you clear the highlighting with `<Esc>+u`.
Follow a file as new lines are added to it: Follow a file as new lines are added to it:
```sh ```sh
tail -f *somefile* tail -f "${file}"
``` ```
See changes in a directory, as it changes: Watch which files in `${directory}` have most recently changed.
`watch -d ls *directory*` `watch -d ls -t ${directory}/
Or use the `-g` flag to exit once the output changes. Or use the `-g` flag to exit once the output changes.
This command will look at whether you're connected to the internet, and turn into a rainbow once the connection hits. This command will look at whether you're connected to the internet, and turn into a rainbow once the connection hits.
> watch -g ip address && clear && ip address | lolcat > watch -g ip address && clear && ip address | lolcat
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
title: make help target title: Make help target
tags: tags:
- system - system
- make - make