Hello,
On the UNIX system that I am current working, to open a file in the pico editor ,I need to do the following:
>./pico filename.c
Is there a script/command that I can execute which will remove the dot/slash and change that to:
> pico filename.c
Thank you!