Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
ar
Create and manage archives (static libraries)
Syntax
ar [OPTION]... ARCHIVE [FILE]...Common Options
rInsert or replace filescCreate archivetList archive contentsxExtract from archivedDelete from archivesCreate indexvVerbose outputuUpdate only newer filesCommon Examples
ar rcs libfoo.a foo.o bar.oCreate static library
ar -t libfoo.aList library contents
ar -x libfoo.a foo.oExtract object file
ar -d libfoo.a old.oDelete from library
ar -rv libfoo.a new.oAdd file to library
ar -s libfoo.aUpdate library index
Related Tools
More Code & Dev Tools
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Code Formatter
Format and beautify code online. Support multiple languages ...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
Code Share
Create and share code snippets online. Syntax highlighting a...