Difference between revisions of "Read"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == Related terms == * Bash == See also == * {{programming}}")
 
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Draft}}
+
{{lowercase}}
  
 +
https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html#index-read
 +
read
 +
[[read -p]]
 +
[[read -r]]
 +
[[read -r -d]]
 +
 +
echo "First command" [[&&]] read && echo "Second command"
 +
 +
echo "First command" [[&&]] (echo "Press ENTER to continue or [[Ctrl+C]] to abort"; read) && echo "Second command"
  
 
== Related terms ==
 
== Related terms ==
* [[Bash]]
+
* [[Builtin (Bash)]]
 
+
* <code>[[argparse]]</code>
 +
* <code>[[readline]]</code>
 +
* [[Azure Pipelines]]: <code>[[ManualValidation@0]]</code>
 +
* [[Python]]: <code>[[input]]()</code>
 +
* <code>[[&&]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{read}}
 +
* {{Bash}}
 
* {{programming}}
 
* {{programming}}
 +
 +
 +
[[Category:Bash]]

Latest revision as of 10:48, 22 November 2023

Advertising: