Web Technology Experts Notes

We are Web Technology Experts Team who provide you Important information on Web Development, Interview Questions and Answers, live project problem and their solution and online free tutorials.

  • Home
  • PHP
    • PHP Interviews Questions
    • LIVE Project Problem
    • PHP Functions
    • PHP Security
    • PHP Questions
    • PHP 7 Updates
    • Papal Integration
    • PHP MySQL
    • Regular Expression
  • Databases
    • MySQL Interview Questions
    • MYSQL Database
    • MYSQLI Database
    • MYSQL Query
    • MongoDB Database
    • MongoDB Mongoose
    • Redis
    • MySQL Console Commands
  • Framework / CMS
    • Laravel
    • Zend Framework 1
    • Zend Framework 2
    • Zend Framework 3
    • Wordpress
  • Javascript
    • NodeJS
    • MongoDB
    • ExpressJs
    • JSON
    • JavaScript Interview
    • jQuery
    • JavaScript
    • Ajax
    • Google Map
    • jQuery Plugin
  • Interview Question
    • Node Js Interview Questions
    • PHP Interview Questions
    • MySQL Interview Questions
    • JavaScript Interview
    • Zend Interview
    • Ajax Interview
    • Apache Interview Questions
    • OOPs Interview Questions
  • Web Services / API
    • Web Services
    • Facebook Integration
    • Paypal Integration in Website
    • APIs
    • Braintree Quick Integration
    • Amazon Integration
    • Twitter Interation
    • Shell Script
    • Youtube Interation
  • Web Development
    • AWS Integration
    • Unix Commands
    • Htaccess
    • Paypal
    • Braintree
    • FFMPEG
    • Web Services
    • Facebook Integration
    • Linux
    • Regular Expression
    • Server
    • Wamp Server
  • Write for Us
Showing posts with label Shell Script. Show all posts
Showing posts with label Shell Script. Show all posts
Thursday, 7 September 2017

Shell Scripting Interview Questions and Answer

›
Question: How to Check if a directory exist? DIRECTORY='directoryname' if [ -d "$DIRECTORY" ]; then echo "Dire...
Wednesday, 6 September 2017

Unix Shell Scripting Tutorial - page 8

›
Question: What are two different way to executing a file? Script file with name script8.sh myname='Arun kumar'; echo $myname ...
Monday, 4 September 2017

Unix Shell Scripting Tutorial - page 7

›
Question: What is meaning of first line in unix? #!/bin/bash This indicates that the script should be run in the bash shell regardles...
Friday, 1 September 2017

Unix Shell Scripting Tutorial - page 6

›
Question: How can we search in file using Regular expression? We use grep command. grep "search string" filename.txt Qu...
Thursday, 31 August 2017

Unix Shell Scripting Tutorial - page 5

›
Question: What are the directory structure of unix? / : This is the root directory which should contain only the directories. /bin : ...
›
Home
View web version
Powered by Blogger.