Difference between revisions of "Standard input (/dev/stdin)"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
== See also == | == See also == | ||
− | |||
− | |||
* {{stdin}} | * {{stdin}} | ||
* {{Bash}} | * {{Bash}} | ||
− | |||
[[Category:Linux]] | [[Category:Linux]] |
Revision as of 06:58, 20 September 2021
This article is a Draft. Help us to complete it.
2>&1
&>
Activities
- Compress data from
stdin
:echo "DATA TO COMPRESS" | xz --verbose > file.xz
docker logs 2>&1 | grep TEXT
Related terms
See also
- Standard streams:
/dev/stdin
,/dev/stdout
,/dev/stderr
,/dev/null
, File descriptor,set -x, 2>&1, stdbuf
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: