Message319878
| Author | steven.daprano |
|---|---|
| Recipients | sebastin, steven.daprano, terry.reedy |
| Date | 2018-06-18.11:32:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529321526.88.0.56676864532.issue33893@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Terry asked: > I have a question about Linux consoles. [...] Does a Linux console retrieve all 5 at once, as IDLE does? Not typically. Like the Windows console, Linux consoles are also line-oriented, and hitting up-arrow cycles through each line, one at a time. The bash shell offers a special "operate-and-go-next" command to operate on a particular history line and then immediately retrieve the next history line: http://web.mit.edu/gnu/doc/html/features_7.html but I think that's about as close as any standard Linux console gets to the ability to retrieve multiple lines from history at once. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-18 11:32:06 | steven.daprano | set | recipients: + steven.daprano, terry.reedy, sebastin |
| 2018-06-18 11:32:06 | steven.daprano | set | messageid: <1529321526.88.0.56676864532.issue33893@psf.upfronthosting.co.za> |
| 2018-06-18 11:32:06 | steven.daprano | link | issue33893 messages |
| 2018-06-18 11:32:06 | steven.daprano | create | |