84 questions
There is an HTML+Javascript page.On this page, videos are played with a video tag, but the URL of the video is set to the video tag by running javascript.I would like to get the URL that will be set i...
If the file name is space separated when scp is performed with bash expect, it will be treated as a different file.fromfile='[email protected]:/tmp/hoge hhoge hhoge.txt'expect-cset timeout 3600spa...
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'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...
After cloning, when I try to edit the file and commit add and push, the process stops without asking for the username or password in push.There is no error message or output.What should I do?By the wa...
« | - 4 - | » |
912 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
617 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.