bash tag

84 questions


1 answers
119 views
0
How to Retrieve Subdomains Registered with DNS

Is it possible to retrieve all subdomains registered with DNS?$command example.com =>example.com A 111.111.111.111 =>hoge.example.com A 111.111.111.111 =>huga.example.com A 111.111.111.111I'm...

2 years ago

2 answers
54 views
0
How to browse multiple files like a single file

$lshoge.text fuga.text piyo.text all.text$ cathoge.hoge$ cat fuga.textfuga$ catpiyo.textpiyo$ cat all.texthogefugapiyo$ echo hoge>>hoge.text$ cat all.texthogehogefugapiyoIs this possible?

2 years ago

3 answers
116 views
0
When you start the terminal, the message -bash:[:missing`] appears.

When I started the terminal -bash:[:missing`]' message appeared.I have set SublimeText2 to be opened from the terminal by referring to this site.http://offsidenow.phpapps.jp/archives/1669At that time,...

2 years ago

3 answers
123 views
0
When you start the terminal, the message -bash:[:missing`] appears.

When I started the terminal -bash:[:missing`]' message appeared.I have set SublimeText2 to be opened from the terminal by referring to this site.http://offsidenow.phpapps.jp/archives/1669At that time,...

2 years ago

1 answers
114 views
0
How to Encrypt a Shell Script (CSH)

Is it possible to encrypt and execute the CSH source code to encrypt VBS to VBE using Windows Script Encoder? If possible, please tell me how to do it.If it is possible to replace it with Bash, that i...

2 years ago

1 answers
89 views
0
How to Encrypt a Shell Script (CSH)

Is it possible to encrypt and execute the CSH source code to encrypt VBS to VBE using Windows Script Encoder? If possible, please tell me how to do it.If it is possible to replace it with Bash, that i...

2 years ago

1 answers
74 views
0
"-bash::i:command not found" appears when the terminal is started.

-bash::i:command not found as shown in the image below.I'm really curious about it these days, so I'd like to know how to solve it

2 years ago

1 answers
69 views
0
I don't know which parameters to use in awslabs/auto-check-in-app

When I tried to run the following sample, I got an error in step 4.https://github.com/awslabs/auto-check-in-appsyntax error near unexpected token `newline' Note: Specify the applicable AWS Region and ...

2 years ago

3 answers
64 views
0
Get an equal string after a specific string in a shell script

On Solaris, I want to use a shell script (bash) to extract a string from a single line of characters retrieved from a CSV format file up to a comma after an equal for a specific string, but I don't kn...

2 years ago

1 answers
50 views
0
"source~/.bash_profile" displays "syntax error: unexpected end of file"

As you can see in the title, when you run source~/.bash_profile on a Mac terminal, it says syntax error: unexpected end of file.However, if you show .bash_profile in vi, there are only 10 lines as sho...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.