We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8062dae commit f81a468Copy full SHA for f81a468
shell_basics.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-#shell script basic learning
+#shell script basic learning https://devhints.io/bash
3
foo=bar
4
echo $foo #work well
5
foo = bar #not working error msg command not found : foo
0 commit comments