shellscript tag

50 questions


3 answers
410 views
0
I want to add headers and footers to a text file with Linux commands.

I would like to process the text file (test.txt) using the Linux command as follows.before processing:--SQLAfter processing:header-- SQLfooterThe following shell scripts did not work:I would appreciat...

1 years ago

3 answers
453 views
0
I want to add headers and footers to a text file with Linux commands.

I would like to process the text file (test.txt) using the Linux command as follows.before processing:--SQLAfter processing:header-- SQLfooterThe following shell scripts did not work:I would appreciat...

1 years ago

3 answers
328 views
0
I want to add headers and footers to a text file with Linux commands.

I would like to process the text file (test.txt) using the Linux command as follows.before processing:--SQLAfter processing:header-- SQLfooterThe following shell scripts did not work:I would appreciat...

1 years ago

1 answers
256 views
0
I want to use associative array in zsh, but it doesn't work.

I write a shell script with macOS zsh, but there are many samples on the Internet that use the -A option when using the associative array (declare command), but when I actually use it, I am told that ...

1 years ago

1 answers
436 views
0
GNU nano opens when I set up the crontab, but I want to change it to VS Code.

I want to change the text editor that opens when setting crontab to VS Code Insider version, so I added the ShellScript below to ./profile, but GNU nano will open.Please tell me how to change the text...

1 years ago

1 answers
361 views
0
Create action to display warning and exit when true is received in shell script if branch

I would like to check the contents of the hoge file and decide whether to finish or not.·Procedure for the confirmation process you want to createDetermining if the first line of the 22-24 line of the...

1 years ago

3 answers
73 views
0
I want to substitute a value for a variable in a file with Bash.

I want to substitute the variable I set in the command to the variable in the file, but I'm having trouble because I don't know how to substitute it.Isn't there a way to substitute the value outside t...

1 years ago

1 answers
73 views
0
Cannot Install Composer Using Swap Files

AWS EC2 is trying to initialize an instance of CentOS automatically created with Auto Scaling with a shell script.In that case, if you try to install Composer normally, you will experience an error du...


1 answers
93 views
0
"make:execvp:/bin/sh:Argument list too long" error during build with make command

There is an error when building with the make command.I can't tell if the Linux setting is bad, the Makefile is bad, or the shell is bad, so please let me know.raspberry pi3B+openSUSE 64bitMakefile an...


1 answers
61 views
0
I want to extract a specific string to a specific character in a shell script.

The following log files are available:aaa1234.234;bbbb5678.345;ccc12345.356;aaa2345.344;bbbb6789.354;ccc23456.678;I want to extract only the number of bbbb from bbb to ; from this file.There is no str...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.