193 questions
Problems you are havingI get an error when I try to use ssh to connect to Gitlab's repository, which should have been connected and pushed before. [vagrant@localhost~]$ ssh-T [email protected] ...
I think the loop processing in Bash will be sandwiched between do and don as shown below.#!/bin/bashfor fin./*do echo$fdoneAs a trial, {} also worked as intended.#!/bin/bashfor fin./*{ echo$f}executio...
I am looking for a way to transfer the wsl2 GUI to Chromebook (Lenovo Ideapad duet).Please give me some advice.Also, is there anyone who is trying something similar?Pre-tried: US>From Chromebook's Lin...
Looking at this page, I understand about ssh port forwarding roughly.
I'm looking for a way to see what the process has printed in its own standard error later.It's the background.There are commands mycmd, mycheck, and mysendmail.The command mycmd executes the command m...
[Contents] In bash, I would like to refer to the list with keywords (with Japanese, spaces, separated by new lines) file, compare the given string (with Japanese, space hyphen, etc.) with the list, an...
Hello, this is Nanopore.This is my first time asking a question.I'm trying to delete a new line from the txt file, but I'm having a hard time because I can't delete the new line even if I run the foll...
I did the following on the git bash I installed on Windows 10.There will be no response.pg_dump-c-Uxxxx-h xxxx.rds.amazonaws.com-f C:\Users\xxxx.sqlWhen I ran the same command at the command prompt, t...
Is there a way to write upside down on both sides of the pipe (|)?If you accidentally write from the Call the Standard Input recipient's command, you want to continue without going back to the beginni...
I would like to know how to select mysql on bash and output it on JSON.Specifically, echo SELECT* from testtable; | mysql --defaults-extra-file=./my.conf testdbI would like to print the results in JSO...
« | - 9 - | » |
© 2024 OneMinuteCode. All rights reserved.