Hello,
I’m trying to type this line of code in putty.
ps -fu llc | grep exe | echo « resultat= »wc -l
But, it doesn’t get this characters " | " and " ` " ! Any solution please?
@Jan_Brian_Despi Some help ?
Thank you all!
Hello,
I’m trying to type this line of code in putty.
ps -fu llc | grep exe | echo « resultat= »wc -l
But, it doesn’t get this characters " | " and " ` " ! Any solution please?
@Jan_Brian_Despi Some help ?
Thank you all!
Hi @mz3bel,
Please try this one:
Let me know if it works
No, it doesn’t work, it’s sends nothing or sometimes ^V
Hey @mz3bel
Try to use a backslash ( \ ) in front of special characters to escape them.
Regards…!!
Aksh
no doesn’t too !
Found the issue, why it doesn’t work. It’s the Set To Clipboard, doesn’t work for me… don’t know why yet!
Please try Shift + \ for the | if it works
This works too, thanks @Jan_Brian_Despi
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.