cvs, short for Concurrent Versions System, is a revision control system that is used to manage and track changes to files and directories in a software development project. It is a distributed version control system that enables multiple developers to work on the same set of files simultaneously, while keeping track of changes and maintaining […]
cupsd: Server daemon for the CUPS print server
cupsd is the server daemon for the CUPS (Common UNIX Printing System) print server. CUPS is a widely used printing system for Unix-like operating systems, including Linux and macOS. The cupsd daemon is responsible for managing print queues, processing print jobs, and providing printing services to client applications. When the cupsd daemon is running, it […]
cups-config: Show technical information about your CUPS print server installation
cups-config is a command-line utility that provides technical information about your CUPS (Common UNIX Printing System) print server installation. CUPS is a widely used printing system for Unix-like operating systems, including Linux and macOS. When you run the cups-config command, it displays various details and configuration options related to your CUPS installation. Here are some […]
ctest: CMake test driver program
ctest is a test driver program that is part of the CMake build system. It is designed to execute tests for CMake-based projects and provides a standardized approach to running and managing tests. Ctest works in conjunction with the CMakeLists.txt file, where test configurations and test cases are defined. Here are the key features and […]
ctags: Generates an index (or tag) file of language objects found in source files for many popular programming languages
ctags is a powerful command-line tool that is used to generate an index, also known as a tag file, of language objects found in source files for various popular programming languages. It aids in code navigation and allows developers to quickly jump to the definitions of functions, classes, variables, and other language constructs within their […]
csvtool: Utility to filter and extract data from CSV formatted sources
csvtool is a versatile command-line utility that provides various functionalities for filtering and extracting data from CSV (Comma-Separated Values) formatted sources. It is designed to process CSV files and allows you to manipulate the data based on specific criteria, enabling you to perform data transformations and extract relevant information. Here are the key features and […]
csvstat: Print descriptive statistics for all columns in a CSV file
csvstat is a command-line tool included in the csvkit library, designed to provide descriptive statistics for all columns in a CSV (Comma-Separated Values) file. It offers a convenient way to analyze the contents of a CSV file and gain insights into the data distribution, summary statistics, and data quality. Here are the key features and […]
csvsql: Generate SQL statements for a CSV file or execute those statements directly on a database
csvsql is a command-line tool included in the csvkit library, designed to generate SQL (Structured Query Language) statements for a CSV (Comma-Separated Values) file or directly execute those statements on a database. It provides a convenient way to interact with CSV data using SQL, making it easier to query and manipulate the data as if […]
csvsort: Sorts CSV files
csvsort is a command-line tool included in the csvkit library, designed to sort CSV (Comma-Separated Values) files based on one or more columns. It provides a simple and efficient way to organize CSV data in a desired order, making it easier to analyze and manipulate the data. Here are the key features and functionalities of […]
csvpy: Loads a CSV file into a Python shell
csvpy is a command-line tool included in the csvkit library, designed to load a CSV (Comma-Separated Values) file directly into a Python shell. It provides a convenient way to explore and analyze CSV data using the powerful capabilities of the Python programming language. Here are the key features and functionalities of csvpy: CSV Data Loading: […]