prev |
Common Command Examples |
next |
history
-- show command history
% history
1 ls
2 cp file newfile
!
% !2
cp file newfile
% !cp
cp file newfile
% ln -s /mnt/smb/winbox/ccolon cdrive