Open Source AWK Software - Page 5

AWK Software

AWK Clear Filters

Browse free open source AWK Software and projects below. Use the toggles on the left to filter open source AWK Software by OS, license, language, programming language, and project status.

  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    Vidcrawler

    Software for searching for movies download links in internet.

    It consists of several bash and awk scripts, which searches warez sites, file sharing services and urls obtained from google, for movie download links. It is Linux command line application and it's free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    WRripper

    Web information mining tool.

    Bash and gawk scripts to download dictionary pages from WordReference and parse them into tab separated files that can be imported from scheduled repetition systems such as Anki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Win32 Locate and Updatedb Scripts

    Win32 Locate and Updatedb Scripts

    Easy way to search files and folders

    Like the Linux "locate" and "updatedb", "winlocate" is a very simple solution for finding files and folders in a windows environment system. All is done by using 2 scripts (.BAT), some GNU tools and Sqlite3. I hope you will enjoy this release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Winona is a PHP driven tool for installing various packages like Mediawiki from your browser. Its modular structure makes it extensible through plugins. Installations can be heavily modified rather than using the default installer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera - The depth of a full-stack IT platform, with the power of AI. Icon
    Atera - The depth of a full-stack IT platform, with the power of AI.

    Atera introduces your autonomous AI agent - Ensure operational efficiency at any scale with 24/7 autonomous IT support.

    Atera prioritizes security and compliance through robust protections that align with industry standards. Our AI-driven features were built on responsible AI principles and empower IT teams to work efficiently while maintaining trust and compliance.
    Learn More
  • 5
    wxyzv is very small image viewer (with minimal image processing functions) that works under X Window System or SVGAlib. It needs no external image processing libraries or GUI libraries. It has no GUI, it is completely keyboard-driven.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A front-end for rdesktop (Windows TS Client) that is simple but powerfull. Have options to map shares and printers, and all other options from rdesktop. The Xdialog is used because of the simplicity and light-weight, so it can run in any environment. ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    XSPD High Performance Application Server

    XSPD High Performance Application Server

    Extended Server Pages (XSP/XSPD) for UNIX or Linux, C-based

    XSP/XSPD high performance session based web application server for C/C++, Java and shell-scripts, requires UNIX/Linux based operating system, development of application programs like JSP's in C/C++, Java and/or shell scripts within same session context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Always more than one-way script based nms plugins. Nagios add-on project with plugins and tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    angolanOS

    angolanOS

    O Sistema Operativo Angolano

    Downloads: 0 This Week
    Last Update:
    See Project
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
    Learn More
  • 10
    belalang is a new project published. Java framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The bfi-toolkit is a set of scripts that converts Cobol Copybooks to XML. Uses sed and awk. Conversion allows for transformation of the XML produced, to create useful bits of code using XSLT (Cobol programs, copybook, DB tables etc.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    chainssh is a shell script to smplify the ssh login via multiple sshgateways/firewallgateaways. e.g. connect from homehost via sshgateway to a clusternode with one command.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    transform a csv-flie. This means that the rows would by convert to columns and columns to rows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This program converts a CSV-file into a dia-file, that can by converted with yadia2sql.py into sql-language for many databases like mysql or oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    debguy scripts

    debguy scripts

    a variety of useful scripts w/no sf page

    A list of scripts and synopis are visible on Files page. (README.debguyscripts) The following are all inside Totally Built Linux "boot RC" tarball, possibly lightly updated. (and software like is in tbld's sources-src2-additional.tar) emkfontdirs ; extended mkfontdir , does allot for you emkfontdir doesn't (warning: not for novices). fix_fonts runs emkfontdirs with options (-D -L are usefile w/xorg) man-tty-bland ; cat manpage ascii (no hidden special chars like -P cat) MAKEDEV update having dri, fb, alsa (new alsa gets kern info from /sys, need that these days) (superceded by Totally Built Linux) "build" (xlfs-0.1 build script) (superceded by Totally Built Linux) get-make-install-X11R7.6 - (unlikely to work since BIG TECH continually changes file locations) and several more ... see files page
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case the top, all and only by the rules known and given, in order by given where equal) $ echo -e "b e\ne\nc b" | depsort ditto, no opts needed $ libdeps objdump /lib/*.so.* (outputs if missing, load order (deps), rdeps, which are effected by missing lib/s, etc, see readme) $ doil (a package installer/solver like apt-get+dpkg which uses gdeptrace, see doil on Source Forge) dep-trace is now "gdeptrace" to ease packaging compatibility
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Photo slideshow generator including a Ken Burns effect along smooth curves, user definable soft luma transitions, and easy audio integration. Produces MPEG (MPEG2, MPEG4), DV or FLV for DVD creation or for the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A small collection of my unix scripts written for my personal utility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    dpkglist.awk is a command-line tool for querying available packages on ubuntu and debian systems. It overlaps with the standard apt-cache utility, but, written in simple awk, it is easily extensible, and makes it easy to write one-line scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    edifact2awk is a small C program that parses an EDIFACT file and converts it to a flat text file which may then be easily parsed by the AWK textprocessing language (including by other script languages like Perl, Python, Visual Basic, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A script for producing a collection of audio files containing your emails.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    etckeeper-ng

    Backup solution based using git and rsync next level

    Etckeeper-ng is a bash script which uses git and rsync awk sed and find to create a backup directory of your /etc linux directory. It is easy to configure. The default configuration should work on most boxes. Just make sure you have git rsync and all the other requirements installed. When you use the etckeeper-ng the first time open a terminal and type "etckeeper-ng init" to create your first initial backup or "etckeeper-ng help" to show the help for this script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    exd

    exd

    A command line tool to manage bytes in hex dumps or packet captures

    Command-line tool to examine or edit bytes in hex, octal, binary, or in packet capture (pcap) dumps. Exd is intended to be used in conjunction with hex dump tools such as xxd, od, hexdump, or hd, and with packet capture dump tools such as tshark and text2pcap. --- metadata tags byte hex octal binary pcap packet packet dump hexdump
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    fields.awk

    A flat-file database program written in bash shell and awk scripts.

    Fields.awk allows users to create and work with small-to-medium databases on their home computers or a mobile device with bash shell terminal emulator. It runs on any OS compatible with bash shell, including Linux, FreeBSD, MacOSX, and Android. Certain optional features (printing/encryption) are dependent on external utilities such as lp or ccrypt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    g03mem takes a Gaussian 03 input file and gives the computational requirements needed for its execution.
    Downloads: 0 This Week
    Last Update:
    See Project