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
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 :-
- Open notepad.
- Copy and paste the code below in notepad .
Subscribe to:
Posts (Atom)