Windows CopSSH Clear
Friday, 15 February 2008
On a default install of CopSSH 1.4.2 I noticed that you cannot run “clear” after launching “Start a Unix BASH Shell”.
Type in “cmd /c edit” to open the MS-DOS Editor and enter the following:
#!/usr/bin/env bash cmd /c cls
Save the file as “clear” and exit the editor. Back in the shell, try running “./clear” and you should receive pleasant results.