|
![]() |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Use up arrow key to repeat last command doesn't work properly in "Local shell"
It brings last line only, not whole command: Code:
for %f in (*.*) do ^ echo %f ![]() Is there a way to make it work consistently across various SecureCRT sessions? ![]() |
#2
|
|||
|
|||
Hi oko,
I am not sure what you are reporting. Where/How are you using the code you posted? Quote:
Can you post an explicit example of what is not working?
__________________
Thanks, --Brenda VanDyke Software Technical Support support@vandyke.com (505) 332-5730 |
#3
|
|||
|
|||
Brenda,
The following 2 lines are single command Code:
echo "foo" ^ "bar" It'll print HTML Code:
"foo" "bar" You’ll see the last line only: Code:
"bar" Code:
echo "foo" "bar" Code:
echo "foo" \ "bar" You’ll see whole command: Code:
echo "foo" "bar" |
#4
|
|||
|
|||
Hi oko,
We are just using the shell the OS provides (in the case of CMD) so if Microsoft says it's a feature request, then I guess it is. ![]() Have you tried PowerShell? The continuation character is ` (back tick) and it seems to perform the way you desire. Or, if you would like to use Ubuntu WSL and bash, see this forum post.
__________________
Thanks, --Brenda VanDyke Software Technical Support support@vandyke.com (505) 332-5730 Last edited by bgagnon; 02-24-2020 at 09:56 AM. |
#5
|
|||
|
|||
Brenda,
Quote:
According to Microsoft it is behavior by design (read: most convenient/useful for everyone) and it’s not for discussion. I don’t agree, but can do nothing about it. Was excited to see SecureCRT local shell, but I guess, you cannot do much about it either... ![]() Quote:
It’s ok if there is nothing else, but plain bash is a million times better, IMO. ![]() If win server supports bash - that’s what I use always. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Display Modes | |
|
|