... | ... |
@@ -106,3 +106,9 @@ Output example : |
106 | 106 |
$ ./toto.sh "toto@gmail.com&truc=bidule&c=0x1234&tutu=%3" |
107 | 107 |
http://url/q?=toto%40gmail.com%26truc%3dbidule%26c%3d0x1234%26tutu%3d%253 |
108 | 108 |
``` |
109 |
+ |
|
110 |
+# Zeroing a file |
|
111 |
+ |
|
112 |
+```bash |
|
113 |
+: > filename |
|
114 |
+``` |