Difference between revisions of "Read"

From wikieduonline
Jump to navigation Jump to search
 
(20 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
  read -p
+
  [[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]]
 
[[Category:Bash]]

Latest revision as of 10:48, 22 November 2023

Advertising: