EnglishFrenchSpanish

Ad


OnWorks favicon

col5 - Online in the Cloud

Run col5 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command col5 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


col1 .. col9, NF - awk and print a column (based on the name of the program, 1-9)

SYNOPSIS


col1 [SEPARATOR]

DESCRIPTION


col1 is a simple script that conveniently splits and prints a given column, where the
column to print is the name of the script program you're running (col1-col9). col2-col9
are symlinks to col1; their behavior simply changes based on the name called.

NF can be used to print the last field.

The program takes one optional argument, the input field separator (whitespace, by
default).

EXAMPLES


Rather than:
mount | awk '{print $3}'

Try:
mount | col3

Instead of:
cat /etc/passwd | awk -F":" '{print $7}'

You can just do:
cat /etc/passwd | col7 :

Or
cat /etc/passwd | NF :

Use col5 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    cppo
    cppo
    cppo - lightweight cpp-like
    preprocessor for OCaml ...
    Run cppo
  • 4
    cppunit-config
    cppunit-config
    cppunit-config - script to get
    information about the installed version
    of cppunit ...
    Run cppunit-config
  • 5
    fwb_iosacl
    fwb_iosacl
    fwb_ipt - Policy compiler for Cisco IOS
    ACL ...
    Run fwb_iosacl
  • 6
    fwb_ipf
    fwb_ipf
    fwb_ipf - Policy compiler for ipfilter ...
    Run fwb_ipf
  • More »

Ad