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 a36b9a4 commit 65dd11dCopy full SHA for 65dd11d
episodes/files/my_first_bash_script.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
-# This script loops through .txt files, returns the
3
-# file name, first line, and last line of the file
+# This script loops through .txt files, returns the file name,
+# first line, and last line of the file
4
5
for filename in *.txt
6
do
0 commit comments