bash

0

Cron+Diff+Wget: A script to watch for changes in a webpage

http://www.mostlymaths.net

A few months ago I wanted to keep track of changes on a webpage... and wrote a script to do so. Later I discovered there were navigator plugins that did exactly that... But the fun in writing your own script is far greater than an anonymous script someone did.

Read more »
RBerenguel's picture
Created by RBerenguel 14 years 1 day ago – Made popular 14 years 16 hours ago
Category: Beginner   Tags:
0

New Features In Bash Version 4.x - Part 2

http://lcorg.blogspot.com

Now that we have covered some of the minor improvements found in bash 4.x, we will begin looking at the more significant new features focusing on changes in the way bash 4.x handles expansions.

Read more »
paul.g.hunter's picture
Created by paul.g.hunter 14 years 2 weeks ago – Made popular 14 years 2 weeks ago
Category: High End   Tags:
0

New Features In Bash Version 4.x - Part 1

http://lcorg.blogspot.com

So what's new in bash? A bunch of things, though most of them tend to be rather small. In this series we will look at features that, I feel, are of the most use to ordinary shell users starting with a couple of the small ones.

Read more »
pontifex's picture
Created by pontifex 14 years 2 weeks ago – Made popular 14 years 2 weeks ago
Category: High End   Tags:
0

Command Line Currency Converter For Linux

http://segfault.in

Many times I prefer to just work from the shell. The ~/.bashrc file is a great place to put functions if you are using them regularly.

Read more »
vinodvm's picture
Created by vinodvm 14 years 5 weeks ago – Made popular 14 years 5 weeks ago
Category: Beginner   Tags:
0

Top Ten One-Liners from CommandLineFu Explained

http://www.catonmat.net

In this article I’d like to explain the top one-liners from the commandlinefu.com. It’s a user-driven website where people get to choose the best and most useful shell one-liners.

Read more »
Marcin's picture
Created by Marcin 14 years 5 weeks ago – Made popular 14 years 5 weeks ago
Category: End User   Tags:
0

Bash to Basics: The For Loop

http://tuxtweaks.com

Previously I've shown how to use the bash while loop in a bash script. Today I'm going to show how to use another type of do loop in bash: the for loop.

Read more »
Linerd's picture
Created by Linerd 14 years 10 weeks ago – Made popular 14 years 10 weeks ago
Category: Beginner   Tags:
0

Repeating Commands in Bash

http://www.itworld.com

Making use of previously entered commands can help you remember the location of files previously edited, canremove the need to re-enter long path names and can save you a lot of typing mistakes.

Read more »
meteores's picture
Created by meteores 14 years 20 weeks ago – Made popular 14 years 20 weeks ago
Category: High End   Tags:
0

More Fun With Bash Quoting

http://www.linuxjournal.com

I've written about bash quoting before, and yes, it's about as exciting as watching paint dry or listening to the corn grow. It can also be extremely frustrating when it doesn't do what you want...

Read more »
ItalianPenguin's picture
Created by ItalianPenguin 14 years 21 weeks ago – Made popular 14 years 21 weeks ago
Category: High End   Tags:
0

Environment Variables In Linux

http://linuxhug.blogspot.com

How to use Environment variables and How they are behave in the linux Environment.

Read more »
janith's picture
Created by janith 14 years 22 weeks ago – Made popular 14 years 22 weeks ago
Category: Beginner   Tags:
0

How ImageMagick can save you time

http://shortrecipes.blogspot.com

ImageMagick is a great tool! Many times it has saved me from programming. Here is just one example of many applications of the ImageMagick that can save one's time.

Read more »
Marcin's picture
Created by Marcin 14 years 23 weeks ago – Made popular 14 years 23 weeks ago
Category: Beginner   Tags:
0

BashStyle-NG – Change look and feel of your Bash,Vim and Nano

http://www.ubuntugeek.com

BashStyle-NG is a graphical Tool for changing the Bash’s behaviour and look’n'feel. Aswell as Readline’s, Nano’s and Vim’s.

Read more »
5t3v3n's picture
Created by 5t3v3n 14 years 26 weeks ago – Made popular 14 years 25 weeks ago
Category: High End   Tags:
0

Command Line Basics: Join Files With cat

http://tuxtweaks.com

I’ve already shown you how to view files with the cat command. In today’s post I’m going to show you how to use the GNU cat command for its originally intended purpose: for joining multiple files together.

Read more »
Linerd's picture
Created by Linerd 14 years 27 weeks ago – Made popular 14 years 26 weeks ago
Category: Beginner   Tags:
0

More Bash Redirections

http://www.linuxjournal.com

Everybody's seen redirection in bash commands, that's pretty common, but bash also allows you to define redirections when you define functions. This causes the redirections to be evaluated/executed whenever the function is called. This feature doesn't really give you any new features, just another way to express existing features.

Read more »
born.again.linuxer's picture
Created by born.again.linuxer 14 years 28 weeks ago – Made popular 14 years 28 weeks ago
Category: High End   Tags:
0

Returning Values from Bash Functions

http://www.linuxjournal.com

Bash functions, unlike functions in most programming languages do not allow you to return a value to the caller. When a bash function ends its return value is its status: zero for success, non-zero for failure. To return values, you can set a global variable with the result, or use command substitution, or you can pass in the name of a variable to use as the result variable.

Read more »
keyboardninja's picture
Created by keyboardninja 14 years 32 weeks ago – Made popular 14 years 32 weeks ago
Category: High End   Tags:
0

Bash to Basics: The While Do Loop

http://tuxtweaks.com

One of the most common structures in programming is the Do Loop. The version that I’m going to show today is the While Do Loop. This post shows how to use the basic structure of the While Do loop in a Bash script.

Read more »
Linerd's picture
Created by Linerd 14 years 32 weeks ago – Made popular 14 years 32 weeks ago
Category: Beginner   Tags:

Best karma users