Linux

csvclean: Finds and cleans common syntax errors in CSV files

csvclean is a tool included in the csvkit library, designed to identify and clean up common syntax errors in CSV…

csv2tsv: Convert CSV (comma-separated) text to TSV (tab-separated) format

csv2tsv is a command-line tool used to convert CSV (Comma-Separated Values) formatted text to TSV (Tab-Separated Values) format. It provides…

csv-diff: View differences between two CSV, TSV or JSON files

csv-diff is a command-line tool that allows you to compare and view the differences between two CSV (Comma-Separated Values), TSV…

csslint: A linter for CSS code

CSSLint is a popular linter for Cascading Style Sheets (CSS) code. It is a static analysis tool that helps developers…

csh: The shell (command interpreter) with C-like syntax (Command Examples)

The "csh" command refers to the C shell, which is a command interpreter or shell program for Unix-like operating systems.…

csc: The Microsoft C# Compiler (Command Examples)

The "csc" command refers to the Microsoft C# Compiler, which is a command-line tool provided by Microsoft for compiling C#…

crystal: Tool for managing Crystal source code

Crystal is a programming language tool designed to manage and work with source code written in the Crystal programming language.…

cryfs: A cryptographic filesystem for the cloud

"CryFS" is a cryptographic filesystem designed to provide secure storage and file encryption in cloud-based environments. It offers a transparent…

crunch: Wordlist generator (Command Examples)

"Crunch" is a wordlist generator, which is a tool used to create custom wordlists for various purposes, such as password…

cronic: Bash script for wrapping cron jobs to prevent excess email sending

"Cronic" is a bash script that serves as a wrapper for cron jobs to prevent excessive email notifications. When cron…