zsh tag

19 questions


4 answers
45 views
0
How to view the contents of the following files together:

I would like to summarize all the contents of the file below.It's because it's hard to check one.Can I try using cat?

1 years ago

1 answers
67 views
0
Missing .bashrc when building gulp environment in macOS

I am building an environment using gulp.$touch.bash_profile$ touch.bashrcYou can find the .bash_profile file in the home folder, but File not found for .bashrc.Is it possible to create it without usin...

1 years ago

1 answers
88 views
0
Only certain command output is garbled in ubuntu 20.04 terminal

I have an ssh connection to the ubuntu 20.04 server using iterm2 from MacOS BigSur.In this situation, I am suffering from garbled characters only some command output.Specifically, it's an ls command, ...

1 years ago

1 answers
63 views
0
Error in building/writing on the Spresense SDK IDE development environment (Mac)

macOS Catalina Version 10.15.6Spresense SDK Version 2.0.1Visual Studio Code Version 1.48.2Spresense VSCode IDE Version 1.2.0 In the above environment, we created a sample application using the Spresen...

1 years ago

1 answers
101 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;# >>>>>>>>>...

1 years ago

1 answers
95 views
0
Understanding the Behavior Differences between jobs Command zsh and bash

I'm having trouble with the behavior difference in zsh when using the jobs command. Specifically, #!/bin/zshfor in {1..10}; do sleep1& jobs | wc-l jobsdoneIf you execute this, the number of lines ...

1 years ago

1 answers
91 views
0
Git add-p will cause input such as y to fail

I use itterm2 and zsh.git add-p rarely stops accepting input.If you restart iterm or open a new tab, you can enter it on that tab.Why does this happen?Also, how can I avoid it?

1 years ago

2 answers
42 views
0
I want to bulk replace the strings in the files in the subdirectory

If you search, you'll see a lot of articles with instructions on how to do it.There are two patterns depending on whether sed is gnu or not.Either way, it doesn't worksed --versiongsed (GNUsed) 4.8So ...

1 years ago

3 answers
90 views
0
Why do I get a list of files when I run echo* on the Linux command line?

For example, on Linux, if there are three files in the current directory: #ls-lTotal 0-rw -r --r --1 root root 0 August 31 21:34 2022 AAA-rw -r --r --1 root root 0 August 31 21:34 2022BBB-rw -r --r --...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.