Skip to main content

All Questions

Tagged with
0 votes
0 answers
187 views

Execute a bash script with a shortcut on Ubuntu

I've a problem, I'm trying to execute a script whith shortcut on Ubuntu but it doesn't work: enter image description here enter image description here Can you help me please ?
Luku's user avatar
  • 1
3 votes
2 answers
6k views

How can I open WSL terminal with a command without it automatically closing?

I'm running Ubuntu with WSL1, and I want to make different shortcuts in Windows to run different commands on WSL startup, e.g., one to automatically start an SSH session, another to change to a ...
NS studios's user avatar
14 votes
2 answers
15k views

How can I make a Windows shortcut that launches Bash and runs commands?

I've created a windows shortcut with a target that looks like "C:\Windows\System32\bash.exe" php /c/script.php (I know I could just use my windows verison of php cli to run this, but out of ...
Keith's user avatar
  • 243
0 votes
2 answers
350 views

linux bash - can I create a shortcut (similar to windows) instead of a symbolic link?

so lets say I start here: /home/user1/$ I want to make a shortcut to /tmp/subdir1/subdir2/here Normally I would make a sym link: /home/user1/$ ln -s /tmp/subdir1/subdir2/here here Then I can do: ...
code_fodder's user avatar
  • 1,577
0 votes
1 answer
195 views

Is there a limit on how many entries the 'Control R' bash shortcut searches?

I have increased my bash history limit to 10000 and I see that my bash history has grown to approximately 6000 entries. However when I try to search my history using 'Ctrl R', it searches only a ...
freethinker's user avatar
  • 3,720
8 votes
4 answers
7k views

How to disable Alt-f shortcut binding from file menu access key under Cinnamon Mint 13 (Maya)?

I'm running Cinnamon on Linux Mint 13 (Maya). I want to disable the terminal file menu access shortcut as it's bound to Alt+f and I'd rather use that shortcut to move forward a word in bash. I ...
Alaya's user avatar
  • 411
0 votes
2 answers
131 views

Seeking shortcut to execute a Program with a supplied Local Path

A program requires local path property to perform correctly. I'm seeking shortcut command to execute a program with a supplied localPath For example, cd /usr/local/blogrmis /usr/local/blogrmis/...
Bamboo's user avatar
  • 107
29 votes
9 answers
8k views

Any shortcut for "cd .."?

Is there any shortcut for cd ..?
tirenweb's user avatar
  • 1,359
113 votes
11 answers
69k views

Is there a shortcut to mkdir foo and immediately cd into it?

This is something I do frequently $ mkdir foo $ cd foo This works as a single command, but it's more keystrokes and saves no time. $ mkdir foo && cd foo Is there a shortcut for this? Edit ...
macek's user avatar
  • 6,325