Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
yes
Repeatedly output string until killed
Syntax
yes [STRING]...Common Options
STRINGString to repeat (default y)--helpShow help--versionShow versionCommon Examples
yes | rm -r directory/Auto-confirm deletion
yes y | cp -r src/ dest/Auto-confirm overwrite copy
yes "test" | head -5Output 5 lines of test
yes n | apt install pkgAuto-reject installation
yes "" > /dev/nullCPU benchmark
yes | fsck /dev/sda1Auto-confirm disk check
Related Tools
More Code & Dev Tools
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...