Source
Drop file here or click to upload
Any plain-text file — logs, CSV, code, config…
Command
quick:
Run grep sed awk find and more directly in your browser. Load a single file or an entire folder — 100% client-side.
Whether you're on Windows, a locked-down machine, or just want to quickly process a text file without opening a terminal, this tool brings the most essential Unix text-processing utilities directly into your browser.
-name -iname -type f/d -maxdepth -not -path. Works in the Folder tab.-i -n -v -c and full regular expressions.s/pattern/replacement/flags with any delimiter.-F, BEGIN/END blocks, conditionals, and accumulators.\r \t \n correctly decoded).|. Example: grep -i "error" file | sort | uniq -c | sort -rnThis is a 100% Client-Side Utility. Files are read via the browser's FileReader API and never transmitted anywhere. Safe for sensitive logs, private configs, or proprietary data.