Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Darius Kazemi (darius@friend.camp)'s status on Wednesday, 08-May-2019 14:52:02 EDT Darius Kazemi Darius Kazemi

    I'm at #csvconf in Portland, OR, and just saw a good talk about basic bash commands that you can use to clean up data sets, ideally line-based, well formatted data like CSVs or log files. I didn't know about the `cut` and `tr` commands!

    $ echo "MyCity,MyState,IWant:TheThingAfterTheColon,MyCountry" | cut -d',' -f3 | cut -d':' -f2

    --> TheThingAfterTheColon

    Here's the full talk with all the example bash commands.

    https://github.com/nickcanz/csvconf2019/blob/master/csvconf_2019.pdf

    In conversation Wednesday, 08-May-2019 14:52:02 EDT from friend.camp permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.