Bash help !! #895
Replies: 4 comments 2 replies
-
This is not a help forum - there are countless better places to ask this or look it up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
the places? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Does this technically work? (remove spaces) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to create a .sh program that creates a file named like this:
\*\\'"Best School"\'\\*$\?\*\*\*\*\*:)
the constraints are as follows:
do not use filmame
The script should be 2 lines long. (wc -l 7-file should print 2.)
The script must end with a "new line"
The first line must be exactly: #!/bin/bash
You are not allowed to use backticks, &&, ||, or ;
The file must be executable.
You are not allowed to use sed or awk.
Beta Was this translation helpful? Give feedback.
All reactions