-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLiensUtiles.txt
More file actions
22 lines (22 loc) · 1.14 KB
/
LiensUtiles.txt
File metadata and controls
22 lines (22 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://support.google.com/a/answer/9476255?hl=fr#zippy=%2C%C3%A9tape\
-configurez-le-service-de-migration-de-donn%C3%A9es
----------------------------------------------------------------------
https://stackoverflow.com/a/78413334/5796086
https://stackoverflow.com/questions/21612980/\
why-is-usr-bin-env-bash-superior-to-bin-bash/78413334
https://web.archive.org/web/20240501105801/https://stackoverflow.com\
/questions/21612980/why-is-usr-bin-env-bash-superior-to-bin-bash/\
78413334#78413334
----------------------------------------------------------------------
https://news.ycombinator.com/item?id=22214690
https://github.com/koalaman/shellcheck/issues/2005
https://opensource.stackexchange.com/questions/6271/\
calling-gpld-programs-from-a-shell-script
----------------------------------------------------------------------
https://pubs.opengroup.org/onlinepubs/9699919799/
When looking `man sed` GNU sed says to use POSIX -E instead of
-r or --regexp-extended for portability.
But the link above says that still now only -e, -f, -n are POSIX options
for sed.
For this reason we replaced all short option names by long option names
when possible, even for sed.