fix footnotes
This commit is contained in:
@@ -69,14 +69,14 @@ But of course, that's only a small fraction of the many interesting Free Softwar
|
|||||||
|
|
||||||
Happy I Love Free Software Day everyone! ❤
|
Happy I Love Free Software Day everyone! ❤
|
||||||
|
|
||||||
PS: If you want to try the same with apt (with another separator):
|
[^1]: `pactree -l firefox | sort | uniq`
|
||||||
|
|
||||||
```bash
|
[^2]: During the writing of this blog post I remembered Matthias [hugging Peter Stuge for #ilovefs 2013](https://k7r.eu/hug-a-developer-today-peter-stuge/) who also contributes to widely used Free Software projects.
|
||||||
for p in $(dpkg --get-selections | cut -f1 | cut -d":" -f1); do
|
|
||||||
echo "$(apt-cache rdepends $p | tr -d '|' | tail -n+3 | sort | uniq | wc -l)*$p*$(apt-cache show $p | grep -m 1 "^Description:" | grep -oP '(?<=: ).*')"
|
|
||||||
done | column -t -s'*' | sort -nr
|
|
||||||
```
|
|
||||||
|
|
||||||
[^1]: During the writing of this blog post I remembered Matthias [hugging Peter Stuge for #ilovefs 2013](https://k7r.eu/hug-a-developer-today-peter-stuge/) who also contributes to widely used Free Software projects.
|
[^3]: If you want to try the same with apt (with another separator):
|
||||||
|
|
||||||
[^2]: `pactree -l firefox | sort | uniq`
|
```bash
|
||||||
|
for p in $(dpkg --get-selections | cut -f1 | cut -d":" -f1); do
|
||||||
|
echo "$(apt-cache rdepends $p | tr -d '|' | tail -n+3 | sort | uniq | wc -l)*$p*$(apt-cache show $p | grep -m 1 "^Description:" | grep -oP '(?<=: ).*')"
|
||||||
|
done | column -t -s'*' | sort -nr
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user