Sample unix programs




















The first must be listed on command line, while the second is either listed as the second parameter or is read in form standard input. Above command will replace all occurrence of the oldvalue with newvalue in the file filename file content is modified and will display it on standard output. Above command will replace all occurrence of the oldvalue with newvalue in the file filename file content is modified.

This command will delete the empty lines in the file file content is not changed and displays the result on the standard output. Awk has built in string functions and associative arrays. Awk supports most of the operators, conditional blocks, and loops available in C language. If the file does not exist then it creates a zero byte file. Above command updates the timestamp of the file filename to year 15, month 02, day 25, hour 05 and minute The tar command used to rip a collection of files and directories into highly compressed archive file.

It usually lists the login name, the full name, and possibly other details about the user you are fingering. This command will send the mail to abcd abc. Only the user who set this password in his environment can see the password. If the user changes the password for the username in the given database, it is necessary that he needs to set the password again using ftppwd command, otherwise it will reflect the old password only. The find command is used to search any set of directories you specify for files that match the supplied search criteria.

You can search for files by name, owner, group, type, permissions, date, and other criteria. Here, 10 is assigned to the variable, n. Different types of logical conditions can be used in if statement with two or more conditions. How you can define multiple conditions in if statement using AND logic is shown in the following example. Here, the value of n will be taken from the user.

The use of else if condition is little different in bash than other programming language. Case statement is used as the alternative of if-elseif-else statement.

The output of the following script will be same to the previous else if example. Bash script can read input from command line argument like other programming language. Two argument values read by the following script and prints the total number of arguments and the argument values as output. How you can read command line arguments with names is shown in the following script. Here, two arguments, X and Y are read by this script and print the sum of X and Y.

You can easily combine string variables in bash. Like other programming language, bash has no built-in function to cut value from any string data. But you can do the task of substring in another way in bash that is shown in the following script.

Here, the value, 6 indicates the starting point from where the substring will start and 5 indicates the length of the substring. You can do the arithmetical operations in bash in different ways.

How you can add two integer numbers in bash using double brackets is shown in the following script. Two integer values will be taken from the user and printed the result of addition. How you can create a simple function and call the function is shown in the following script. You can call any function by name only without using any bracket in bash script. But you can use parameters in function by using other variable. Bash function can pass both numeric and string values. How you can pass a string value from the function is shown in the following example.

The function, greeting returns a string value into the variable, val which prints later by combining with other string. If the directory name is not exist in the current location then it will create the directory, otherwise the program will display error.

You can read any file line by line in bash by using loop. Here, the filename will pass from the command line. Run the following commands to check the existence of the file. Here, book.



0コメント

  • 1000 / 1000