Skip to main content

Questions tagged [command-line]

An interface for interacting with a computer using typed commands in a text-oriented environment, as opposed to a graphical user interface (GUI).

3,127 questions with no upvoted or accepted answers
10 votes
1 answer
2k views

I have a cross-platform build toolchain which copies some folders to destination. I use robocopy on Windows and rsync on macOS because they support console progress output. The commands were in this ...
dmitry1100's user avatar
9 votes
0 answers
13k views

I need to | findstr SomePATH in order to search if a program access and close immediately a specific path. On Linux, I would use myprogram | strace 2>&1 | grep SomPATH. But what’s the ...
user2284570's user avatar
  • 2,014
9 votes
0 answers
2k views

I have been trying to follow the Nix wiki to install Nix on a custom path /scratch/gopinath/nix. The /nix path is not accessible to me due to the restrictions on the system provided by my university. ...
Rahul Gopinath's user avatar
9 votes
1 answer
3k views

I occasionally find that while working in iTerm the default Readline key bindings are replaced with the vi keybindings. For example, I will try to go to the beginning of the line with ctrl-a, and ...
Vyas's user avatar
  • 191
8 votes
0 answers
2k views

The following are the categories of settings in windows: Each has their own set of sub settings (sometimes nested too), as shown in the following picture: Whenever I format my computer I change a ...
YozNacks's user avatar
  • 181
8 votes
0 answers
2k views

Some folders on my new Mac has .localized files in them. I know they are related to localization (duh), but I don't need that, in fact I specifically want everything file system related to be ...
Klas Mellbourn's user avatar
8 votes
0 answers
1k views

I'm trying to make a partition .vmdk file for Virtual Box. Basically I want to boot my bootcamp partition box up in Virtual Box. But I get the following error when I try to make the .vmdk file ...
DonyorM's user avatar
  • 181
8 votes
1 answer
10k views

I am wondering if there's a way to easily toggle the touch-pad on and off on a windows 10 computer that doesn't have a location on that can be tapped to do that action (upper left corner of the touch ...
RetroCUBE's user avatar
  • 133
8 votes
1 answer
4k views

I have a PID, and I am trying to determine what the current working directory of the process is. I played around with wmic process for a while, but it doesn't seem to have the cwd available. Anyone ...
kbjr's user avatar
  • 179
7 votes
1 answer
5k views

Briefing I have some .wmv files (actually, my full batch file deals with multiple filetypes) with weird data streams that are needed for an external program to recognize them. I'm trying to remove ...
Fabio Freitas's user avatar
6 votes
0 answers
595 views

Is there a way to launch a new tab in Chrome and have it added to a specified tab group from the command line? Thanks
IonutN's user avatar
  • 61
6 votes
1 answer
4k views

Is it possible to get a report from git diff or related commands that excludes a certain category of change? I've been asked to review a change where a huge number of files have undergone the ...
jsharp's user avatar
  • 161
6 votes
2 answers
3k views

I'm currently wanting to deploy a setup to around 300 Macs. I have all of it scripted and ready to deploy, excepting that I'm having trouble creating a working alias to a samba share from the command ...
Matthieu Cartier's user avatar
5 votes
1 answer
3k views

I would like to clarify that I understand how to use -ss, -t, -to, stream copy, and the difference between stream copying and reencoding/transcoding. What I don't understand, is how the seeking/...
Blacki's user avatar
  • 51
5 votes
0 answers
1k views

As far as I can see, the user must press Enter in order to update PS1, PROMPT_COMMAND, etc. Is there some way to automatically update PS1 and have it get displayed on the screen (without messing up ...
Linus Arver's user avatar

15 30 50 per page
1
2 3 4 5
209