Pages

Subscribe:

Print The Number Following Patttern

Shell script print the number following pattern


1
2 2
3 3 3
4 4 4 4
5 5 5 5 5

Shell Script--Character Replace By Next Character


Write a shell script to encrypt the content of a file using logic .

 (i) Replace a character by just next character in the cycle for example A by B ( or a by b), B by C (or b   by c), Y by Z (or y by z), Z by A ( or z by a).


(ii) Leave numbers and any other symbols unchanged.

Print Message According to System's Time --Shell Script



Write a shell script that prints the message "Good Morning", "Good After Noon", "Good Evening", or " Good night " according to the system's time.


#!/bin/bash
t=""

Test Your Anti-Virus Using Notepad

You can easily test your Anti-virus program with a simple notepad trick.You can test your Anti-virus effectiveness using a simple notepad code.Follow the steps below :-

  1. Open notepad.
  2. Copy and paste the code below in notepad .
comments powered by Disqus
 

Listed In

Bloggers - Meet Millions of Bloggers http://Link-exchange.comxa.com
Blog Search: The Source for Blogs Internet Blogs

Disclaimer

The contents in this blog are taken from various sources available over the internet, therefore we do not gurantee of it's accuracy, if you find any of the content in the blog is infringing it's copyright, please do email us on '123techguide@gmail.com' and we will make sure to remove the same from the blog at the earliest.