BASH: read file to stdout

 

< file cat

dd iflag=nonblock status=none if=file

printf '%s' "$(< file)"

cp file /dev/stdout

awk '{print}' file

sed '' file

posted @ 2023-04-07 15:16  ascertain  阅读(18)  评论(0)    收藏  举报