Powered by XSM

Bash scripting

What are bash scripts: Bash scripts are shell scripts written for use with bash

Ok so what are shell scripts: Shell programs interpret comands which are typed in by the user or read out of a file

And what is bash: Bash is a type of shell which my system is automatically set up to use. When I type into my terminal that is what I am using. There are other types of shell (like there are other languages, etc) but bash is good (and all I know so far)

number files

$ i=1; forfile in *.jpg; do mv "$file" $i.jpg; i=$((i+1)); done;

This changes the names of all the files which end .jpg to numbers from 1.jpg upwards.

Shiny sparkles

Blondes like shiny things. I know it. You know it. Everyone who has ever bought a blonde a present knows it.

...
read more...

What does it take to become a Bond Girl?

 

The term “Bond Girl” is synonymous in modern culture with women who are glamorous, gorgeous and,

...
read more...

Men and Manscara

This month Superdrug launched “Taxi man”, the first high street cosmetics range for men. The creator,

...
read more...

Nowhere is safe

It has finally happened. Nowhere is safe. Not only have we filled the our solar system with parts of disused

...
read more...