Good Day,
I have the following history:
$ history
190 cd inst-QACMS
191 pwd
192 ls -lt
193 cd logs
194 ls
195 ls -lt
196 cd cms
197 ls -lt
198 tail -100 bob.log
199 ls -lt
200 cat vhs-cds-info-3436.tmp
201 ls -lt
202 tail -100 bob.log
203 pwd
204 ls -lt | more
205 history
I would like to run the 200 command. How can I do that?
Thanks,
Dan
I have the following history:
$ history
190 cd inst-QACMS
191 pwd
192 ls -lt
193 cd logs
194 ls
195 ls -lt
196 cd cms
197 ls -lt
198 tail -100 bob.log
199 ls -lt
200 cat vhs-cds-info-3436.tmp
201 ls -lt
202 tail -100 bob.log
203 pwd
204 ls -lt | more
205 history
I would like to run the 200 command. How can I do that?
Thanks,
Dan