command-line tag

18 questions


2 answers
424 views
0
I manage the file name as a number like 111.jpeg, and I want to re-number it all at once with xargs-n2mv, but some files will disappear.

ls1.jpeg2.jpeg3.jpeg11.jpeg12.jpeg13.jpeg101.jpeg102.jpeg103.jpegI want to increase the number by 2ls|seds/\.jpeg//|awk'{print$1.jpeg$1+2.jpeg}'1.jpeg 3.jpeg101.jpeg 103.jpeg102.jpeg 104.jpeg103.jpeg ...

1 years ago

1 answers
269 views
0
Cannot pip install pybluez-win10

I want to download pybluze-win10 to use Vitalino api, but it doesn't work.https://github.com/BITalinoWorld/revolution-python-api#prepare-pybluez-installation-on-windows-10After installing Python 3.4 b...


3 answers
102 views
0
I want Linux to copy a large number of files while maintaining a directory structure.

To copy a file named *.x under source_dir (with the exception of files with different extensions such as *.y in the same directory hierarchy) to destination_dir while maintaining the directory structu...

1 years ago

1 answers
73 views
0
I want to set a short alias for a long command column in csh

When switching environments with python anaconda, it's troublesome to enter source~/.pyenv/versions/anaconda-4.0.0/bin/activate environment name in full path each time, so I don't know how to do it. I...

1 years ago

1 answers
126 views
0
File name containing kanji downloaded on wget is garbled

I would like to ask you a question because I could not solve the problem by referring to some QAs related to wget. as stated in the title[Filename containing kanji downloaded on wget is garbled]I'm lo...

1 years ago

1 answers
106 views
0
Describes how to comment out at the prompt if the login shell is csh.

BackgroundWhen you create and execute procedures for the Linux server, enter a comment at the prompt as appropriate to execute the command to make the term log easier to understand.For example, if the...

1 years ago

3 answers
96 views
0
I want to concatenate the file names taken out by the dir command.

I would like to use the command prompt to extract the file name and print it out as a list separated by a blank space.When you use the dir command in a batch file, you get the following results: >d...


1 answers
133 views
0
Laravel's command-line program does not recognize the parameters and drops them.

This is a beginner's question.I've created a simple Ravel command-line program like this: ElasticIndexMaker.php<?phpnamespace App\Console\Commands\User;use Illuminate\Console\Command;class ElasticI...

1 years ago

1 answers
108 views
0
"Python Scripts" in command results in "Path Not Found" error

I'm setting it up while looking at Python's introduction, but I've been stumbling since the beginning. Help me...First, I downloaded ez_setup.py to Documents > Python Scripts.Then, at the command p...

1 years ago

2 answers
108 views
0
I would like to know how to obtain the disk size of the remote environment.

Questions about Windows command prompts.I'd like to know if anyone knows, but for example, is there a simple way to check the size of the C drive in the remote environment from the command prompt? (I ...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.