Categories
Articles
We can modularize the code in Shell Script as well as with the other languages. Separate the common functionality into separate functions so that they can be used anywhere in the script. Also this makes the big programs to easily...
#Finding whether the file has write permission or not
echo "Enter A File Name"read file
Getting the correct letter indicating the permissions. The letter can be different for the type of user, i.e. the owner, group or all others. You can...
What is HTML and how do I use it to create HTML pages?
HTML is Hypertext Markup Language using which only your web pages(posts) will be displayed on the web browsers such as Internet Explorer, Mozilla Firefox etc. HTML is a set of tags that use...
Tables are most useful components that can be used to display the data in rows and columns. Ofter we use the tables to position the text in the proper alignment. You can display the border along with the text or simply the text. You can color each...
Powered by CjBlog