Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
popd
Pop directory from stack and change to it
Syntax
popd [+N | -N | -n]Common Options
+NRemove Nth directory from stack-NRemove Nth from bottom of stack-nPop without changing directoryCommon Examples
popdPop top directory and change
popd +1Remove 2nd entry from stack
popd -0Remove bottom entry from stack
popd -nPop without changing dir
popd +2Remove 3rd entry from stack
pushd /tmp; pushd /var; popdPush multiple then pop
Related Tools
More Code & Dev Tools
Port Checker
Check if a port is open online. Test port availability and c...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...