84 questions
When I type the following command on Git, I get an error that vim is not a Git command. How can I make it work without any errors?When I type the following command on another PC, there is no error. Gi...
I'm sorry it's rudimentary, but I don't understand the meaning of ;.It appears in the reference book, but there is no explanation.It is written in the practice program of the reference book, but somet...
Thank you for your help. uname-n; cat/proc/meminfo | head-1 | awk' {print$2}'server11112233The result was This result can be used as a result of the sever1112233I would like to ask if there is a good ...
When I work on a local terminal, I sometimes feel dazed.In such cases, I would like to regularly display messages on the terminal every hour to remind you, but is there the safest way to do so?For exa...
If the docker service does not start in .bashrc as shown below, I try to start the service.In the case of fish, how should I write it down?service docker status>/dev/null2>&1if[$?=1]; then s...
[Contents] In the command, compare Files listing IDs with csv containing IDsI'd like to extract a record of IDs from csv that are not listed in the Files Enumerating IDs.[Example] Files enumerating ID...
With Bash4, process replacement is available, for example:$paste-d<(echo hoge)<(echo piyo)hogepiyoHowever, process replacement is not available in Bash 3.1.20, so if you want to rewrite it strai...
I am building an environment using gulp.$touch.bash_profile$ touch.bashrcYou can find the .bash_profile file in the home folder, but File not found for .bashrc.Is it possible to create it without usin...
The site you would like to download has the following configuration:https://files.example/works/section_ahttps://files.example/works/section_bhttps://files.example/works/section_c...Among them, you wa...
Thank you for your hard work.Let's say the following code is the main subject.#!/bin/bashfile_name = test.txtwhile read line;do dir = ${line} while read;do echo Verify operation: ${red} done<<...
« | - 6 - | » |
© 2024 OneMinuteCode. All rights reserved.