STDIN
Standard Input
The default input stream for a program, typically connected to the keyboard or piped from another command.
技术细节
STDIN is deceptively simple — RFC 4180 defines the standard, but real-world CSV files vary wildly. Fields containing commas, quotes, or newlines must be enclosed in double quotes, with embedded quotes escaped by doubling them. Excel uses the system locale's list separator (semicolon in many European locales) instead of commas. Character encoding issues are common: UTF-8 with BOM helps Excel detect encoding, but BOM bytes can break Unix tools.
示例
```javascript // STDIN example const input = 'sample data'; const result = process(input); console.log(result); ```
相关工具
H
Hash Generator
P
Password Generator
U
Unix 时间戳转换器
C
Cron 表达式生成器
C
Chmod 计算器
S
String Escape / Unescape
I
IP Subnet Calculator
C
Color Code Converter
C
CSV ↔ JSON Converter
X
XML ↔ JSON Converter
S
SQL Formatter
M
Markdown Table Generator
H
HTTP Status Code Reference
M
Meta Tags Generator
R
Robots.txt Generator
.
.gitignore Generator
H
HTML Formatter
C
CSS Unit Converter
J
JSONPath Evaluator
T
Text Diff Checker
D
Data URI Converter
L
Lorem Ipsum Generator
P
Path Converter
.
.htaccess Generator
.
.env Validator
P
Placeholder Image Generator