193 questions
After several directory moves, cd-I will run , but after all the settings I have been fiddling with, I can no longer use them.-:no such file or directorySo I think the last directory is not cached, bu...
In the shell script, I wanted to get the directory at the bottom of the path specified in the argument, so I wrote:■test.sh #!/bin/shmyfol=`awk-F/{print$NF}${1}`mylog=2016_${myfol}.txttouch${mylog}■ R...
If you press Tab while using bash in an interactive environment, the list of complementary candidates will be displayed, but is it possible to get this from the shell script?In other words, the curren...
On bash, I would like to press Enter and execute some commands when the line changes. Is there such a hook method?Specifically, it looks like this:$cat foobar.txt# running anything command$ # Enter# r...
I would like xargs to handle the long file path I got from find, but the -I option does not workdirectory structure:Commands Executed path=What's wrong with you? What's wrong with you? What's wrong wi...
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 think CRC32 and MD5 are both commonly used as hash algorithms?But how do you use it differently?
I changed the shell from bash to zsh, but the anaconda console is no longer available.Launching the console //Users/username/.anaconda/navigator/a.tool; exit;/Users/username/.anaconda/navigator/a.tool...
I'm building AzureDevOps for version management in my company.So I have a user SSH key registration, but is this SSH key only used when I first clone locally from AzureDevOps?Or is it used to maintain...
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...
« | - 11 - | » |
© 2024 OneMinuteCode. All rights reserved.