![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| history | mirusnet | Shell Programming and Scripting | 1 | 01-27-2008 06:02 AM |
| History | JuniorJack | UNIX for Dummies Questions & Answers | 2 | 06-02-2005 01:37 AM |
| Any History | igorsch | Linux | 1 | 09-25-2004 09:45 AM |
| history | tselvanin | UNIX for Dummies Questions & Answers | 2 | 09-23-2003 12:40 AM |
| history in ksh | vince_ascend | Shell Programming and Scripting | 5 | 11-08-2001 01:36 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
History ??
Hi,
How can i see first 3 commands that are there in history {fc -l} ? Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Code:
fc -l $HISTSIZE | head -3 |
|||
| Google The UNIX and Linux Forums |