Re: SSH Keyboard Commands

  • From: "Jay Macarty" <jay.macarty2009@xxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 28 Jun 2010 14:09:33 -0500

If you just want to list all the file names, you would enter 

ls -l | more 

The -l tells the list command to include details about each file like the size 
and permisions. 

  ----- Original Message ----- 
  From: Brent Neal 
  To: programmingblind@xxxxxxxxxxxxx 
  Sent: Monday, June 28, 2010 1:10 PM
  Subject: Re: SSH Keyboard Commands


  So to get to the file containing the scripts i say:

  cd /ctm/ctm/scripts <enter>

  Then to get the script names using the more command do I say:

  more *.*

  Thank You for the help.

  Brent Neal
  140 E 300 S
  Salt Lake City, UT 84111

  Programmer
  Phone:  801.526.9797
  Email:  bneal@xxxxxxxx


  >>> "Jay Macarty" <jay.macarty2009@xxxxxxxxx> 6/28/2010 9:25 AM >>>

  I changed from putty to Tera term for my SSH client needs. The way I go 
through a large listing is by piping the output from the ls command into the 
more command. For example:

  ls *.ksh | more 

  The more command will display the listing a screen at a time and you press 
the space bar to advance to the next screen. 

  By the way, the more command is very good for displaying files as well. For 
example:

  more myscript.ksh 

  The more command allows for searchs and scrolling forward or backward in the 
file listing.

  Hope this helps.

    ----- Original Message ----- 
    From: Brent Neal 
    To: programmingblind@xxxxxxxxxxxxx 
    Sent: Monday, June 28, 2010 10:16 AM
    Subject: SSH Keyboard Commands


    With help from this list we were able to get putty set up so I can SSH into 
our data warehouse scripts using JAWS.  It now shows a list of the scripts that 
will fit on the screen but how do you scroll through the list of 300 or so 
scripts.  The sighted users use a scroll bar that JAWS does not recognize as 
far as I can tell.  I found some LINUX key board commands on the internet but 
need some help with this one. 


    Brent Neal
    140 E 300 S
    Salt Lake City, UT 84111

    Programmer
    Phone:  801.526.9797
    Email:  bneal@xxxxxxxx

Other related posts: