-
HPE
- Texas
Highlights
- Pro
Pinned Loading
-
Two methods to timeout a read comman...
Two methods to timeout a read command in a shell script 1#!/bin/bash
2echo "The first method uses the TMOUT environment variable."
3TMOUT=15
4echo -n "You have 15 seconds to enter your name: "
5read name
-
How to use vi effectively
How to use vi effectively 1# Essential `vi`
231. `vi` has multiple modes, and it starts in command mode, not editing mode.
4> In command mode, almost every key on the keyboard is mapped to run a specific command or movement, while other keys reference objects.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.