Pages tagged commandline:

Command-line Fu < The best UNIX commands on the web
http://www.commandlinefu.com/commands/browse

Command-Line-Fu is the place to record those command-line gems that you return to again and again.
Command-line Fu < The best UNIX commands on the web
http://www.commandlinefu.com/commands/browse/sort-by-votes
A repository for the most elegant and useful UNIX commands. Great commands can be shared, discussed and voted on to provide a comprehensive resource for working from the command-line
save
Command-Line-Fu is the place to record those command-line gems that you return to again and again
linux commands
Home - j - GitHub
http://wiki.github.com/rupa/j
j keeps track of where you’ve been, and how much time you spend there. Source it into your .bashrc, and then you can say j foo to jump to the most used directory that has the substring (actually regex) foo in i
j is a "learning cd", a shell/awk script that captures your directory changes and remembers the most frequently visited directories, allowing you to hop to them with a simple 'j dirname', no matter where you are in the filesystem.
Tool to jump around directories
j is replacement for cd that learns the directories you use most often
All the Best Linux Cheat Sheets
http://www.nixtutor.com/linux/all-the-best-linux-cheat-sheets/
Good list of cheat sheets
blog dds: 2009.03.04 - Parallelizing Jobs with xargs
http://www.spinellis.gr/blog/20090304/
With multi-core processors sitting idle most of the time and workloads always increasing, it's important to have easy ways to make the CPUs earn their money's worth. My colleague Georgios Gousios told me today how the Unix xargs command can help in this regard. The GNU xargs command that comes with Linux and the one distributed with FreeBSD support a -P option through which one can specify the number of jobs to run in parallel. Using this flag (perhaps in conjunction with -n to limit the number of arguments passed to the executing program), makes it easy to fire commands in parallel in a controlled fashion.
The xargs -P flag can also be useful for parellelizing commands that depend on a large number of high-latency systems. Only a week ago I spent hours to write a script that would resolve IP addresses into host names in parallel. (Yes, I know the logresolve.pl that comes with the Apache web server distribution, and the speedup it provides leaves a lot to be desired.) Had I known the -P xargs option, I would have finished my task in minutes.
Multicore-Systeme mit xargs sauber auslasten.
emson… » 18 Useful bash scripts for web developers
http://blog.emson.co.uk/2009/06/18-useful-bash-scripts-for-web-developers/
a few scripts, that I find really useful for speeding up my web development time. I’ve been building up this list as I needed to use them - so they maybe a little raw.
Using bash scripts to become a more efficient web developer
Here are a few scripts, that I find really useful for speeding up my web development time. I’ve been building up this list as I needed to use them - so they maybe a little raw. For example often clients send me images with filenames that don’t match my naming standard, so running the appropriate script really helps keep me focussed on the job in hand and not waste too much time reformatting filenames etc.
Meet the Command Line | PeepCode Screencasts for Web Developers and Alpha Geeks
http://peepcode.com/products/meet-the-command-line
"In this 70 minute screencast you’ll learn about the basic assumptions of Unix, how to look for help, and how to confidently work with files, directories, and programs. Also included is a bonus 60 page PDF reference guide!"
Navigating a text-based terminal can be intimidating at first, but experienced developer and systems administrator Dan Benjamin introduces it smoothly one concept at a time whether you’re currently using Windows, Mac OS X, or Linux. In this 70 minute screencast you’ll learn about the basic assumptions of Unix, how to look for help, and how to confidently work with files, directories, and programs. Also included is a bonus 60 page PDF reference guide!
In this 70 minute screencast you’ll learn about the basic assumptions of Unix, how to look for help, and how to confidently work with files, directories, and programs.
The 10 most useful Linux commands - Program - Linux - Builder AU
http://www.builderau.com.au/program/linux/soa/The-10-most-useful-Linux-commands/0,339028299,339297366,00.htm
The 10 most useful Linux commands
Maybe the command line isn’t your favorite place to hang out, but to be an effective Linux admin, you need to be able to wield a few essential commands. These 10 commands are guaranteed to simplify your Linux admin life.
Windowsのコマンドプロンプトを便利に使うための10のミニテクニック(1/3):CodeZine
http://codezine.jp/article/detail/3879
「start」でエクスプローラ表示。xpじゃ出来ないものも多いけどclipとか便利だなぁ。
Windowsのコマンドプロンプトをより便利に使うためのちょっとしたテクニックを10個紹介します。
Windowsの操作の基本はGUIですが、ファイル操作などを手早く行うためにコマンドプロンプトを使うこともあると思います。本稿では、Windowsのコマンドプロンプトをより便利に使うためのちょっとしたテクニックを10個紹介します。
startとclipが特に便利そうだ
JavaScript shell scripting / phpied.com
http://www.phpied.com/javascript-shell-scripting/
JavaScript shell scripting / phpied.com
Top 15 Terminal Commands for Hidden Settings in Snow Leopard | Terminal, Finder, Dock/Exposé/Dashboard, iTunes + iPod | Mac OS X Tips
http://macosxtips.co.uk/index_files/terminal-commands-for-hidden-settings-in-snow-leopard.html
defaults write com.apple.dock mouse-over-hilite-stack -boolean yes
Update Twitter and FriendFeed from the Linux command line
http://www.ibm.com/developerworks/linux/library/l-friendfeed/index.html
curl http://wikipedia.org
Summary: Learn how to use GNU Wget and cURL to send status updates to Twitter and FriendFeed without the use of a Twitter desktop application, and follow feeds from both Twitter and FriendFeed right from the Linux® command line. This article was updated on 31 Oct 2008 to correct a coding error in the wget command under "Adding a tweet using GNU Wget and cURL." --Ed.
Command line tricks for smart geeks | TuxRadar Linux
http://www.tuxradar.com/content/command-line-tricks-smart-geeks
www.home.unix-ag.org/ simon/woof.html
The 10 most useful Linux commands | 10 Things | TechRepublic.com
http://blogs.techrepublic.com.com/10things/?p=452
Ten Powerful Linux Commands - LaptopLogic.com
http://laptoplogic.com/resources/ten-powerful-linux-commands
argparse - Google Code
http://code.google.com/p/argparse/
The argparse module provides an easy, declarative interface for creating command line tools, which knows how to: * parse the arguments and flags from sys.argv * convert arg strings into objects for your program * format and print informative help messages * and much more... The argparse module improves on the standard library optparse module in a number of ways including: * handling positional arguments * supporting sub-commands * allowing alternative option prefixes like + and / * handling zero-or-more and one-or-more style arguments * producing more informative usage messages * providing a much simpler interface for custom types and actions
Enhanced command line parsing in Python.
Windows の基本的なコマンド集 - IT戦記
http://d.hatena.ne.jp/amachang/20081219/1229674783
Lifehacker - Use a Different Color for the Root Shell Prompt - Terminal
http://lifehacker.com/5195951/use-a-different-color-for-the-root-shell-prompt
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
My Extravagant Zsh Prompt / Steve Losh
http://stevelosh.com/blog/2010/02/my-extravagant-zsh-prompt/
I gotta try zsh. Via /drewr
SIGUSR2 > The Hacker's Utility Belt: SSH
http://sigusr2.net/2009/May/07/hacker-utility-belt-ssh.html
o
UNIX tips: Learn 10 good UNIX usage habits
http://www.ibm.com/developerworks/aix/library/au-badunixhabits.html?ca=lnxw01GoodUnixHabits
Avoid piping a grep to wc -l in order to count the number of lines of output. The -c option to grep gives a count of lines that match the specified pattern and is generally faster than a pipe to wc, as in the following example:
Top Ten One-Liners from CommandLineFu Explained - good coders code, great reuse
http://www.catonmat.net/blog/top-ten-one-liners-from-commandlinefu-explained/
Useful Bash shell one liners with explanations
7 Simple and Useful Command-Line Tips | Nettuts+
http://net.tutsplus.com/tutorials/other/7-simple-and-useful-command-line-tips/
One of the most useful, but under-used, tools a web developer has is the command-line. The terminal often scares people away; so here's where we demonstrate
googlecl - Project Hosting on Google Code
http://code.google.com/p/googlecl/
Command line tools for the Google Data APIs
GoogleCL brings Google services to the command line.
"GoogleCL brings Google services to the command line."
command line interface to google services
googlecl brings Google services to the command line http://bit.ly/a84tIU "google calendar today # List events for today only"
command line tool for manipulating calendar, contacts, etc. was just arguing w/ a coworker over not wanting to use google calender for my textual, scripty, unixy personal process for managing calendar commitments. this could be the bridge
Introducing the Google Command Line Tool - Google Open Source Blog
http://google-opensource.blogspot.com/2010/06/introducing-google-command-line-tool.html
Introducing the Google Command Line Tool - Google Open Source Blog
Ever wanted to upload a folder full of photos to Picasa from a command prompt? We did, a lot, last summer. It made us want to say: $ google picasa create --title "My album" ~/Photos/vacation/*.jpg So we wrote a program to do that, and a whole lot more. GoogleCL is a command-line utility that provides access to various Google services. It streamlines tasks such as posting to a Blogger blog, adding events to Calendar, or editing documents on Google Docs.
Five Really Handy Google Command Line Tricks
http://lifehacker.com/5568817/five-really-handy-google-command-line-tricks
Lifehacker shows some uses for Google's command line interface.
With the right commands, you can turn your favorite command-line text editor into a distraction-free Google Docs app, add new events to Google Calendar, upload images to Picasa or video to YouTube, backup your Google data, and more. Here's how it works. On Friday, Google released GoogleCL, a saucy command line program that interacts with Google services from any *nix-friendly command-line prompt (on Windows, Mac, or Linux). We spent the weekend playing around with it, and now we're sharing a few of the coolest ways we've been putting it to use. What You'll Need Before you can execute any of the cool commands below, you'll need to have installed a few things to get GoogleCL up and running on your system. * Windows users, you'll want to install Cygwin. (If you're not familiar with Cygwin and how it works, check out Gina's introduction to Cygwin.) If you'd really prefer to stick with Windows' Command Prompt, you can set up GoogleCL with these instructions instead. * python-vers
Terminal Tips and Tricks For Mac OS X - Super User
http://superuser.com/questions/52483/terminal-tips-and-tricks-for-mac-os-x
Cool collection of tricks, even I found new ones
ExampleScripts - googlecl - Example commands and tasks GoogleCL can do. - Project Hosting on Google Code
http://code.google.com/p/googlecl/wiki/ExampleScripts
This will be useful once they get GReader
Command line tools for the Google Data APIs
Google CL is a Python (Python) application that makes Google Data API calls through the command line.
Five Really Handy Google Command Line Tricks
http://lifehacker.com/5568817/five-really-handy-google-command-line-tricks?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+lifehacker%2Ffull+%28Lifehacker%29
With the right commands, you can turn your favorite command-line text editor into a distraction-free Google Docs app, add new events to Google Calendar, upload images to Picasa or video to YouTube, backup your Google data, and more. Here's how it works.