In: , ,
On: 2004 / 02 / 05 Viewed: 44579 times
Shorter URL for this post: http://ozh.in/m

My usual .bashrc aliases.

CODE:
  1. alias pico='nano -w'
  2. alias +x='chmod +x'
  3. alias psg='echo "USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND"; ps aux | grep -v grep | grep'
  4. alias lsd='ls -l | grep ^d'
  5. alias lsf='ls -l | grep -v ^d'
  6. alias cls='clear'
  7. alias du='du -ch'
  8. alias who='who --lookup'
  9. alias lynx='lynx -accept_all_cookies'
  10. alias epoch='date +%s'
  11. alias detar='tar zxvf'
  12. alias debz='tar jxvf'

Shorter URL

Want to share or tweet this post? Please use this short URL: http://ozh.in/m

Metastuff

This entry "Alias" was posted on 05/02/2004 at 5:17 pm and is tagged with , ,
Watch this discussion : Comments RSS 2.0.

No Comment yet

No comments yet. You could get "First Post!" which would bring you fame, luxury cars and chicks.

Leave a Reply

Comment Guidelines or Die

  • HTML: You can use these tags: <a href=""> <em> <i> <b> <strong> <blockquote>
  • Posting code: Post raw code (no <> &lt; etc) within appropriate tags : [php][/php], [css][/css], [html][/html], [js][/js], [sql][/sql], [xml][/xml], or generic [code][code]
  • Gravatars: Curious about the little images next to each commenter's name ? Go to Gravatar.
  • Spam: Various spam plugins on patrol. I'll put pins in a Voodoo doll if you spam me.
  • I will mark as Spam test comments, all comments with SEO names (ie "My Cool Online Shop" instead of "Joe") or containing forum-like signatures.

Read more ?

 Telnet script »