Command Line Tools for Linux

View 1228 business solutions
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    pcp - Peer Copy

    pcp - Peer Copy

    Command line peer-to-peer data transfer tool based on libp2p

    Command line peer-to-peer data transfer tool based on libp2p. There already exists a long list of file transfer tools, so why bother building another one? The problem I had with the existing tools is that they rely on a limited set of servers to orchestrate peer matching and data relaying which poses a centralization concern. Many of the usual centralization vs. decentralization arguments apply here, e.g. the servers are single points of failure, the service operator has the power over whom to serve and whom not, etc. Further, as this recent issue in croc shows, this is a real risk for the sustainable operation of the provided service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pepper

    pepper

    Repository statistics and report tool

    pepper is a command-line tool for retrieving statistics and generating reports from source code repositories. It ships with several graphical and textual reports, and is easily extendable using the Lua scripting language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    plcfw

    Command-line utility to communicate with Siemens S7 PLC

    plcfw is a simple command-line tool to communicate with Siemens S7 PLC using the fetch-write protocol. It can be used to do a single query of one data block item, or to process a list of queries to various data blocks. Refer to Siemens document "FETCH/WRITE service in an S7-300/400 CPU via the integrated Ethernet interface" for details about the protocol specification and configuration on the PLC side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Simple command line tool for listing what programs have open sockets.Searching on specified ports are allowed.Searching on specified process are allowed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 5
    progrep

    progrep

    Utility to show live progress, status & stats for running simulations

    progrep is a command-line tool (Linux) to show live progress report, status & stats of a running simulation or compute job that executes a given number of iterations. It shows % completed, time remaining, time elapsed, number of threads, MPI_Rank(if any), CPU usage & speed (FPS). The FPS measures may be used in benchmarking, e.g. while optimizing HPC algorithms for performance. progrep supports both single-threaded and parallel (multicore/multinode - e.g. OpenMP/MPI) jobs. progrep can also report for jobs running on remote hosts, e.g. jobs running on Linux Clusters. progrep works in client-server model. The server can be installed in your simulation source code with only 4 extra lines (API). When the progrep command is invoked, it queries this server as a client. progrep does not interfere with or slow down your simulation when not invoked. Even when invoked, the overhead is insignificant. Out of the box, the API works with Fortran/C/C++ code. See Wiki/README for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    proper
    Command-line tool to calculate error propagation. Generates the error formulas and applies them to the data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    pv-migrate

    pv-migrate

    CLI tool to easily migrate Kubernetes persistent volumes

    pv-migrate is a CLI tool/kubectl plugin to easily migrate the contents of one Kubernetes PersistentVolumeClaim to another. On Kubernetes, if you need to rename a resource (like a Deployment) or to move it to a different namespace, you can simply create a copy of its manifest with the new namespace and/or name and apply it. However, it is not as simple with PersistentVolumeClaim resources: They are not only metadata, but they also store data in the underlying storage backend. In these cases, moving the data stored in the PVC can become a problem, making migrations more difficult.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pyMP is short for python music player. It started out in 2004 as a command line tool for playing cd's. The scope of the project kinda grew and now it is a fully functional MP3 player with a GUI. Check it out :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    pythonswitcher

    Switch between python2 or python3 easily

    pythonswitcher is a command line tool to switch between the 2 python versions (Python2 or python3) on your linux system. Why switch between the python versions ? Good question !! In fact, python2 and python3 have different syntaxes. So some programs will requier the correct python version according to the version they are based on
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Command-line tool for automatically renaming TV video files using titles grabbed from various TV listing sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    q - Text as Data

    q - Text as Data

    Run SQL directly on CSV or TSV files

    q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files). q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple encodings. q fully supports all types of encoding. Use -e data-encoding to set the input data encoding, -Q query-encoding to set the query encoding, and use -E output-encoding to set the output encoding. Sensible defaults are in place for all three parameters. Files with BOM: Files which contain a BOM (Byte Order Mark) are not properly supported inside python's csv module. q contains a workaround that allows reading UTF8 files which contain a BOM - Use -e utf-8-sig for this. The plan is to separate the BOM handling from the encoding itself, which would allow to support BOMs for all encodings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Command line tool for syncronize heterogeneous databases. Work via QT4 drivers (Drivers for SQLite, QDBC, Firebird are included. Drivers for IBase, DB2, Postgeress, Mysql may be compilled by Qt4 (4.7.0 for 0.0.4)))
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    rawi2ctool

    RAW I2C command line tool for debug, test and more

    This is a Linux command line tool to do raw I2C accesses to a bus, IF SUPPORTED BY THE ADAPTER, to probe the bus, read or write some data, detect glitches, do a bench, program an EEPROM with the required blocksize, test the I2C bus driver, ... Raw I2C mode enables data frames that are not supported by SMBus and related tools (such as i2cget, i2cset, i2cdump)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Little command line tool implementing a ring buffer which can be flushed by a signal. With a second signal the buffer can be discarded. I use it for preparing a recording from a dvb device so a record sart will catch also the last seconds before.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    rdump

    rdump

    Rotating dump

    This command line tool for Linux allows to dump stdout of any application into rotating files, which either do have a fixed size or provide storage for a fixed time window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The USB communication library for RCA REB-1100 ebook. The library works at the generic USB level, so no specific REB driver is required. A small command-line tool is also included, which allows you to upload files to the ebook, get the listing, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    rec2ts

    small command line tool for rec2ts conversion as in pc2box210

    Small command line tool to convert REC files downloaded from a digital receiver PVR hard drive with pc2box210 into Transport Stream format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Reddo is a command line tool to translate any pair of languages using web translators such google, babelfish or others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    reg

    reg

    Docker registry v2 command line client and repo listing generator

    Docker registry v2 command line client and repo listing generator with security checks. We do not allow users to pass all the custom certificate flags on commands because it is unnecessarily messy and can be handled through Linux itself. Which we believe is a better user experience than having to pass three different flags just to communicate with a registry using self-signed or private certificates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A command line tool which moves files and directories by regular expressions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    repren

    repren

    Rename anything

    Repren is a “rename anything” command-line tool that performs regex-based search and replace across file contents while also renaming or moving files and directories according to patterns. It’s meant for sweeping refactors: change a class or package name everywhere and update filenames to match in one pass. The design favors explicitness and safety, providing dry-run output so you can preview exactly what will change before executing it. It handles recursive directory walks, lets you filter which files to touch, and supports multiple patterns in a single run to keep transformations consistent. Because it’s script-friendly, it slots well into project maintenance, codebase migrations, or release engineering tasks. The goal is to give you a reliable, repeatable alternative to ad-hoc shell loops when large-scale text and filename changes are needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    resume-cli

    resume-cli

    CLI tool to easily setup a new resume

    This is the command-line tool for JSON Resume, the open-source initiative to create a JSON-based standard for resumes. Alternatives: The Resume CLI tool works as it is so there isn't a huge amount of active development on it, try these alternatives if it doesn't work for you. JSON Resume is a community-driven open-source initiative to create a JSON-based standard for resumes. We believe that the strengths of the JSON format make it a good fit for resumes. It's lightweight, easy to use and it's perfect to build tools for! We also feel that the JSON Schema is mature enough for writing usable semantics. The schema is open source and community-driven. We release everything we do under the MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    rnb - Really Nice Backup - Command line tool for backing up your files to a removabe drive. This program is not under active development. Known bugs in the current version: - Automatic mounting of the backup drive does not work. This can be worked around by mounting the drive before running the program. - Installation fails in some newer distributions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Remote Operation On Files (ROOF) is a FTP client providing: a command line tool as well as an API library, a File system based on FTP protocol named FTPFS (FUSE based) and FTPING tool to check remote FTP server availability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ruroco

    ruroco

    A tool that lets you execute commands on a server

    Ruroco is a tool that lets you execute commands on a server by sending UDP packets. The commands are configured on the server side, so the client does not define what is going to be executed, it only picks from existing commands.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.