![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ftp most recently modified file | ahmedwaseem2000 | Shell Programming and Scripting | 6 | 02-27-2007 01:22 PM |
| Trying to Copy Files Changed Recently | scotbuff | Shell Programming and Scripting | 4 | 01-23-2007 09:04 AM |
| chmod command for recently modified files | polka_friend | UNIX for Dummies Questions & Answers | 2 | 08-30-2006 03:25 PM |
| Recently Announced TCP Vulnerability | Perderabo | News, Links, Events and Announcements | 0 | 04-23-2004 07:38 AM |
| Shortcut | fmmq | UNIX for Dummies Questions & Answers | 1 | 09-10-2002 11:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
C-Shell: Define
set filec set history=100 savehist=50 in ~/.cshrc. The shell will complete file names and directories once you hit the ESC key, and history lists the last 100 commands. With !13 command #13 can be re-issued. !$ can be used as a variable for the last word of the former command, like in: mkdir /export/home/demo/test, then cd !$. gP Last edited by pressy; 04-20-2005 at 04:08 AM.. |
| Sponsored Links | ||
|
|