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
100
The venerable "expect"
brunosutic
0
52
Capistrano vs Mina: Capistrano demo talk
brunosutic
0
420
Configuring tmux
brunosutic
0
69
Introduction to Arel
brunosutic
1
190
Tmux osnove
brunosutic
0
160
Deploying Rails apps with Capistrano
brunosutic
0
69
Other Decks in Technology
See All in Technology
GoogleのAIエージェント論 Authors: Julia Wiesinger, Patrick Marlow and Vladimir Vuskovic
customercloud
PRO
0
160
Godot Engineについて調べてみた
unsoluble_sugar
0
410
【NGK2025S】動物園(PINTO_model_zoo)に遊びに行こう
kazuhitotakahashi
0
240
ゼロからわかる!!AWSの構成図を書いてみようワークショップ 問題&解答解説 #デッカイギ #羽田デッカイギおつ
_mossann_t
0
1.5k
新卒1年目、はじめてのアプリケーションサーバー【IBM WebSphere Liberty】
ktgrryt
0
130
Azureの開発で辛いところ
re3turn
0
240
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
6
54k
タイミーのデータ活用を支えるdbt Cloud導入とこれから
ttccddtoki
1
160
comilioとCloudflare、そして未来へと向けて
oliver_diary
6
450
AWSマルチアカウント統制環境のすゝめ / 20250115 Mitsutoshi Matsuo
shift_evolve
0
120
Docker Desktop で Docker を始めよう
zembutsu
PRO
0
170
2025年に挑戦したいこと
molmolken
0
160
Featured
See All Featured
The Pragmatic Product Professional
lauravandoore
32
6.4k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.3k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Practical Orchestrator
shlominoach
186
10k
A designer walks into a library…
pauljervisheath
205
24k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Being A Developer After 40
akosma
89
590k
The Power of CSS Pseudo Elements
geoffreycrofte
74
5.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
GitHub's CSS Performance
jonrohan
1030
460k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
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