sh tag

193 questions


1 answers
102 views
0
terminal operation in git vscode, how to do after eval

I'm very sorry to those who are kindly commenting on my series of messes, but I'll start over once, around 24:23 (https://www.youtube.com/watch?v=RGOj5yH7evk&t=1511s)Now I don't understand it agai...

2 years ago

3 answers
121 views
0
Understanding the Behavior of Cat Running on Bash (Linux)

If you use Bash on Cloud9 and type cat as shown in the attached image, proceed to the next line without any response.So even if you type -a, it's just a new line.When I pressed Enter, a blank line app...

2 years ago

2 answers
104 views
0
Perform large-scale calculations on the remote Jupiter notebook to continue calculating even if the ssh runs out.

I started Jupiter notebook on the screen command window of the server machine as follows and connected remotely on the local machine to use Jupiter notebook.
However, after performing a calculation th...


3 answers
56 views
0
I want to add it to any end of the line in the shell script.

I'm a beginner at shell scripting and I'm studying.Thank you for your cooperation.The following configuration files are available:valueA=aaaaaaavalueB=[@$] of the above valueB value[@$] followed by [@...

2 years ago

1 answers
174 views
0
I want to automatically output the commit ID to the file when I commit.

We are currently using VSCode for Git management.During management, the commit ID is printed as shown in the attached image, but I would like to automatically output the commit ID to a text file at th...

2 years ago

1 answers
64 views
0
ssh connection key authentication should be windows and mac

Hi I set it up remotely so that I can work at home.The remote PC is created on a mac in the same way as the company's environment.

ssh
2 years ago

1 answers
133 views
0
Error report when opening anaconda terminal

When you open anaconda terminal, the following error report is displayed:Please tell me how to resolve the error./Users/username/.anaconda/navigator/a.tool ; exit;# >>>>>>>>>...

2 years ago

2 answers
152 views
0
Ubuntu's terminal no longer starts, xterm doesn't start either (Could not exec/bin/sh There are no such files or directories)

When I was building the environment, I accidentally deleted /bin/ and had no choice but to obtain the same coreutils as the installed version, and copied the bin folder and below to /bin/.Until now, t...

2 years ago

1 answers
100 views
0
The nvim configuration (init.vim) has a syntax error, but I don't know what's wrong.

I think it's basic, but I can't erase the following error about init.vim in nvim.letg: python3_host_prog=system('(type pyenv&>/dev/null&&echo-n$(pyenv) root)/versions/$(pyenv global | g...

2 years ago

1 answers
95 views
0
How do I print only to a file instead of displaying the results in the terminal in the bash script?

How do I print only the json file? echo-e $STR | tee$date.jsonI think I can do something about the echo here.But I'm still a beginner, so I don't know exactly what commands to use, so please let me kn...

2 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.