84 questions
I am currently studying Docker, and I am referring to My first Docker for Mac.In conclusion, Which process ID should I kill?Also, please let me know why you kill the process ID out of several. docker ...
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...
I'm not sure about escape characters, but When expressing backslash, it is expressed like ¥, but Are there any characters that have been decided as escape characters?http://home.a00.itscom.net/hatada/...
Does not read variables in files with bash through/.profile or through/.bash_profile.For example, in .bash_profile, export x=100 asecho$xdoes not print a value of x.The /etc/profile setting is #System...
Prerequisites/What you want to achieveI am learning regular expressions in bash on macOS.I tried to end the line with the $ symbol in grep, but the search pattern was not recognized.problems you are h...
I am currently learning Python.While learning Python notation on Mac Terminal, I accidentally operated it and entered the mode as shown in the image.(I don't remember what I did...) Once I close the t...
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...
environment:CentOS 6.9Thank you for your help.It was very helpful that you previously taught me how to use awk to extract mail logs for a specified period of time.I was thinking a lot about improving ...
There are two things I want to do, but I'm having trouble writing well.The following are the things I would like to deal with.1Search recursively for *.rar in folder AZip all *.rar files that hit the ...
Backing up files with long file names, for example, in Ubuntu's standard bash shell Is there any easy way to omit and type commands by hand?Example cp very-long-filename.txt very-long-filename.txt.old...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.