Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Moreutils
Search
Bruno Sutic
May 07, 2015
Technology
0
42
Moreutils
Moreutils command line productivity tools
Bruno Sutic
May 07, 2015
Tweet
Share
More Decks by Bruno Sutic
See All by Bruno Sutic
Readline + irb/pry = <3
brunosutic
0
110
The venerable "expect"
brunosutic
0
52
Capistrano vs Mina: Capistrano demo talk
brunosutic
0
430
Configuring tmux
brunosutic
0
70
Introduction to Arel
brunosutic
1
210
Tmux osnove
brunosutic
0
160
Deploying Rails apps with Capistrano
brunosutic
0
73
Other Decks in Technology
See All in Technology
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
2
1.5k
IoTシステム開発の複雑さを低減するための統合的アーキテクチャ
kentaro
1
110
Aurora PostgreSQLがCloudWatch Logsに 出力するログの課金を削減してみる #jawsdays2025
non97
1
200
AIエージェント時代のエンジニアになろう #jawsug #jawsdays2025 / 20250301 Agentic AI Engineering
yoshidashingo
8
3.7k
ウォンテッドリーのデータパイプラインを支える ETL のための analytics, rds-exporter / analytics, rds-exporter for ETL to support Wantedly's data pipeline
unblee
0
130
【Findy】「正しく」失敗できる チームの作り方 〜リアルな事例から紐解く失敗を恐れない組織とは〜 / A team that can fail correctly by findy
i35_267
5
890
開発組織を進化させる!AWSで実践するチームトポロジー
iwamot
2
380
AWSではじめる Web APIテスト実践ガイド / A practical guide to testing Web APIs on AWS
yokawasa
8
690
NFV基盤のOpenStack更新 ~9世代バージョンアップへの挑戦~
vtj
0
350
30→150人のエンジニア組織拡大に伴うアジャイル文化を醸成する役割と取り組みの変化
nagata03
0
180
JavaにおけるNull非許容性
skrb
2
2.6k
Snowflake ML モデルを dbt データパイプラインに組み込む
estie
0
100
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
80
8.9k
Embracing the Ebb and Flow
colly
84
4.6k
A Philosophy of Restraint
colly
203
16k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
For a Future-Friendly Web
brad_frost
176
9.6k
GitHub's CSS Performance
jonrohan
1030
460k
How to train your dragon (web standard)
notwaldorf
91
5.9k
Building Your Own Lightsaber
phodgson
104
6.2k
A better future with KSS
kneath
238
17k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Transcript
Moreutils command line productivity tools
Bruno Sutic Rails & Javascript developer Ideal Project Group,
Chicago github.com/bruno- @brunosutic
Moreutils? • a set of 14 general purpose CLI tools
• created “to stop these programs from falling through the cracks” • webpage: https://joeyh.name/code/moreutils/
‘ts’ command demo • prepends a timestamp to each output
line • great for logging
‘vidir’ command demo • allows editing of the contents of
a directory in a text editor • great for: • manipulating dir names like “$HOME” or “~” • batch file renames
‘vipe’ command line demo • use editor in the pipe
Moreutils installation It’s really easy! • OS X $ brew
install moreutils • Debian $ apt-get install -y moreutils
What next? • learn about other moreutils commands: • visit
webpage: https://joeyh.name/code/moreutils/ • read man pages • Joey Hess has other fantastic projects https://joeyh.name/code/ • apply for a speech at Terminal.zg (srsly)
Questions