Subscribe
Subscribe
Subscribe Options (Close)
Topic: bash
New with Topic: bash
sinx posted a blog entry
Howto send email from bash on DLink DNS-323
This can be done only on hacked dns-323 ffp/fun_plug.Many people have problem sending emails from shell scripts using...
This can be done only on hacked dns-323 ffp/fun_plug.Many people have problem sending emails from shell scripts using...
Chris bookmarked a link
王 bookmarked a link
Bliss posted a blog entry
La semaine des VP
La valse des VP continue cette semaine avec pas mal de petites choses pour ravir notre dressing (moins notre CB) ! Petite...
La valse des VP continue cette semaine avec pas mal de petites choses pour ravir notre dressing (moins notre CB) ! Petite...
4 days ago
http://blissinthecity.fr
| Topics: City Guide..., Mode, beauté & tendances à..., Papotages...
http://blissinthecity.fr
| Topics: City Guide..., Mode, beauté & tendances à..., Papotages...elleryq shared an item
Expand entries in file using awk - bash
Input file:$ cat data.txtManager3|sw5Manager2|sw engg9,sw12Manager1|sw1,sw4,sw2,sw engg0Output required:Manager3|sw5Manager2|sw engg9Manager2|sw12Manager1|sw1Manager1|sw4Manager1|sw2Manager1|sw engg0I have already posted (using awk and another using...
Input file:$ cat data.txtManager3|sw5Manager2|sw engg9,sw12Manager1|sw1,sw4,sw2,sw engg0Output required:Manager3|sw5Manager2|sw engg9Manager2|sw12Manager1|sw1Manager1|sw4Manager1|sw2Manager1|sw engg0I have already posted (using awk and another using...
4 days ago
Google Reader
| Topics: awk for loop, Awk Functions, awk printf, Awk | Add google reader to your profile
Google Reader
| Topics: awk for loop, Awk Functions, awk printf, Awk | Add google reader to your profileJaux posted a blog entry
“–” (Double-hyphen) in Bash
$cat outif [ $# -eq 0 ] then echo "Usage: out [-v] filenames..." 1>&2 exit 1fiif [...
$cat outif [ $# -eq 0 ] then echo "Usage: out [-v] filenames..." 1>&2 exit 1fiif [...
Charles Nadeau bookmarked a link
Jaux posted a blog entry
Handle Filenames with Spaces Properly in Bash Loops
find ~ -name '* *' | while read FILEdo echo "$FILE rocks."donevia Handling Filenames with Spaces in Bash
find ~ -name '* *' | while read FILEdo echo "$FILE rocks."donevia Handling Filenames with Spaces in Bash
Joe M bookmarked a link
bluesmoon bookmarked a link
sweemenghacker bookmarked a link
Denie Nataprawira posted a blog entry
HTPasswd Tutorial
If you would like to have a set of web pages that are protected, requiring a username/password to gain access, this tutorial...
If you would like to have a set of web pages that are protected, requiring a username/password to gain access, this tutorial...
Fashion Indie posted a blog entry
MOMENTS OF OLD AGE: Taylor Momsen
Dear Taylor,Please wash your face every once in a while. Also, act your age!Image via Huffington Post
Dear Taylor,Please wash your face every once in a while. Also, act your age!Image via Huffington Post
kakashi bookmarked a link
xcaballe posted a blog entry
Commandline.fu
Una interessant col·lecció d'scripts i utilitats per a la línia d'ordres de Linux.
Una interessant col·lecció d'scripts i utilitats per a la línia d'ordres de Linux.
Serverless bookmarked a link
Vlad posted a blog entry
Top 10 largest files in linux
This a small command to find out which are the biggest files on your server:?View Code BASHdu -a var/ | sort -n -r...
This a small command to find out which are the biggest files on your server:?View Code BASHdu -a var/ | sort -n -r...
talishte bookmarked a link
TonyR. bookmarked a link
Amit Agarwal posted a blog entry
Afraid Dynamic DNS client in Fedora with Email indicating the changed to original IP.
Image via CrunchBaseIf you have your domain in the Dynamic DNS located at : Freedns then you know how difficult it is to...
Image via CrunchBaseIf you have your domain in the Dynamic DNS located at : Freedns then you know how difficult it is to...
_kUtek_ posted a blog entry
Debian Sid - syntax error near unexpected token
Jeżeli po jednej z ostatnich aktualizacji zaczął wyskakiwać Ci komunikatbash: /etc/bash_completion: line 967: syntax...
Jeżeli po jednej z ostatnich aktualizacji zaczął wyskakiwać Ci komunikatbash: /etc/bash_completion: line 967: syntax...
James posted a blog entry
BBQ Bash: The Be-All, End-All Party Guide, from Barefoot to Black Tie
Related Posts:BBQ Bash: The Be-All, End-All Party Guide, from Barefoot to Black TieBarefoot Contessa Pantry Ina's Favorite BBQ...
Related Posts:BBQ Bash: The Be-All, End-All Party Guide, from Barefoot to Black TieBarefoot Contessa Pantry Ina's Favorite BBQ...
James posted a blog entry
BBQ Bash: The Be-All, End-All Party Guide, from Barefoot to Black Tie
Related Posts:BBQ Bash: The Be-All, End-All Party Guide, from Barefoot to Black TieBarefoot Contessa Pantry Ina's Favorite BBQ...
Related Posts:BBQ Bash: The Be-All, End-All Party Guide, from Barefoot to Black TieBarefoot Contessa Pantry Ina's Favorite BBQ...
simplemal bookmarked a link
sinx posted a blog entry
Some helpful Linux software
NetworkSome tools which could be helpful in network and system troubleshooting driftnet - Picks out and displays images...
NetworkSome tools which could be helpful in network and system troubleshooting driftnet - Picks out and displays images...
sinx posted a blog entry
Linux Tip: Color enabled pager - less
Recently I was using a command line tool which was generating many lines of color text. The output was displayed so fast on my...
Recently I was using a command line tool which was generating many lines of color text. The output was displayed so fast on my...
Amit Agarwal posted a blog entry
bash colors
Image via WikipediaFor those of the terminal freaks, color is a bliss. But have you tried all the colors in the...
Image via WikipediaFor those of the terminal freaks, color is a bliss. But have you tried all the colors in the...
Bill Day bookmarked a link
Emacs - Cygwin Customizations
Ngai Kim Hoong Home Page.
Ngai Kim Hoong Home Page.
stuartcw bookmarked a link
Bash shortcuts
"Here are my most helpful things to keep in mind when it comes to scripting in bash."
"Here are my most helpful things to keep in mind when it comes to scripting in bash."
davemac bookmarked a link
commandlinefu.com
Record those command-line gems that you return to again and again. Delete that bloated snippets file you've been using and share your personal repository with the world.
Record those command-line gems that you return to again and again. Delete that bloated snippets file you've been using and share your personal repository with the world.
brianc bookmarked a link
Amit Agarwal posted a blog entry
Advanced Sed Substitution Examples
This article is part of the on-going Unix Sed Tips and Tricks series. In our previous sed articles we learned — sed...
This article is part of the on-going Unix Sed Tips and Tricks series. In our previous sed articles we learned — sed...
macfidelity bookmarked a link
alessandrobaffa bookmarked links
acme bookmarked a link
Amit Agarwal posted a blog entry
Quick notepad in bash without any editor
$ <<.>note Bash internal quick note taker, avoiding calling external programs like catView this command to...
$ <<.>note Bash internal quick note taker, avoiding calling external programs like catView this command to...
ekesken bookmarked a link
francly bookmarked a link
brianin3d posted a blog entry
bash: string to integer conversion
Bash arrays are odd, globally scoped critters which can only be indexed by integer values… but the values don’t...
Bash arrays are odd, globally scoped critters which can only be indexed by integer values… but the values don’t...
Amit Agarwal posted a blog entry
What is my ip?
$ alias whatismyip="wget -q -O - http://whatismyip.com/automation/n09230945.asp" The preferred way for scripts (and easier...
$ alias whatismyip="wget -q -O - http://whatismyip.com/automation/n09230945.asp" The preferred way for scripts (and easier...
Yong bookmarked a link
Amit Agarwal posted a blog entry
CLI Color and bash prompt.. some colored fun with prompts in bash
There are two ways to do it, one is with tput command. We will see that some other time, today we will consider the escape...
There are two ways to do it, one is with tput command. We will see that some other time, today we will consider the escape...
Hadi Pramono bookmarked a link
doknowevil posted a blog entry
Using Nautilus Scripting Abilities to Integrate Right Click File Enqueues with mocp
Using moc player can prove to be both beneficial and challenging. I’ve found myself going back to exaile for a few hours...
Using moc player can prove to be both beneficial and challenging. I’ve found myself going back to exaile for a few hours...
Amit Agarwal posted a blog entry
grep -v with multiple patterns.
$ sed '/test/{/error|critical|warning/d}' somefile If you wanted to do all in one command, you could go w/ sed...
$ sed '/test/{/error|critical|warning/d}' somefile If you wanted to do all in one command, you could go w/ sed...
Willis Redd bookmarked a link
How to execute remote shell commands via SSH? - Linux Forums
ssh -t YOURHOST "bash --rcfile non-existent-rcfile" can save you from locking yourself out of a server because of a bad .bashrc
ssh -t YOURHOST "bash --rcfile non-existent-rcfile" can save you from locking yourself out of a server because of a bad .bashrc
You
Explore
Create
Help
MyBlogLog Blog | MyBlogLog RSS Feed | Terms of Service | Privacy Policy | Report Abuse
Copyright © 2005-2009 MyBlogLog. All rights reserved. Copyright/IP Policy

































