Article on the subject of "logical operators in unix / linux"

  • Basic Shell operators

    Basic Shell operators

    there are many operators supported by each shell. our tutorial is based on the default shell (bourne) so we are discussing bourne shell operators in this chapter.
  • C Shell operators

    C Shell operators

    this tutorial lists all the operators available in c shell. here, most operators are similar to those we have in the c programming language.
  • Korn Shell Operator

    Korn Shell Operator

    this tutorial lists all the operators available in the korn shell. here most of these operators are similar to what we have in the c program language.
  • C Shell operators

    C Shell operators

    this tutorial lists all the operators available in c shell. here, most operators are similar to those we have in the c programming language.
  • Korn Shell Operator

    Korn Shell Operator

    this tutorial lists all the operators available in the korn shell. here most of these operators are similar to what we have in the c program language.
  • Basic Shell operators

    Basic Shell operators

    there are many operators supported by each shell. our tutorial is based on the default shell (bourne) so we are discussing bourne shell operators in this chapter.
  • Operator in C ++

    Operator in C ++

    an operator is an icon, which tells the compiler to perform specific mathematical and logical operations. c ++ provides many available operators.
  • Basic file system in Unix / Linux

    Basic file system in Unix / Linux

    a file system is a logical collection of files on a partition or a disk. a partition is an information store and can be combined into a hard disk if desired.
  • Network communication utilities in Unix / Linux

    Network communication utilities in Unix / Linux

    when you work in a distribution environment then you need to communicate with remote users and you also need access to remote unix devices.
  • System log in Unix / Linux

    System log in Unix / Linux

    unix systems have a very powerful and flexible logging system, which gives you the ability to record almost anything you can imagine and then manipulate this log to track the information you require.
  • What is Unix / Linux?

    What is Unix / Linux?

    unix operating system is a collection of programs that act as a link between a computer and a user.
  • Useful commands in Unix / Linux

    Useful commands in Unix / Linux

    this chapter lists the commands, including syntax and brief descriptions. for more details about these commands, you use.
  • Instructions for installing Unix / Linux

    Instructions for installing Unix / Linux

    an important unix concept is the environment, which is defined by environment variables. some are set up by the system, others are set up by you, by the shell or any program you download.
  • File Management in Unix / Linux

    File Management in Unix / Linux

    all data in unix is ​​organized in files. all files are organized in folders. these directories are organized in a tree structure that is called the file system.
  • Signal and Trap in Unix / Linux

    Signal and Trap in Unix / Linux

    signals are software interrupt signals that are sent to a program that indicates a serious event has occurred. these events can be very diverse from user requests to illegal memory access. some signals, like signal interrupts, indicate that a user has asked the program to do something without
  • Regular Expression in Unix / Linux

    Regular Expression in Unix / Linux

    a regular expression is a string that can be used to describe different sequences (arrangement) of characters. regular expression is often used by various unix commands, including ed, sed, awk, grep and micro domains.
  • Navigation IO in Unix / Linux

    Navigation IO in Unix / Linux

    most unix system commands receive input from your terminal and send the output back to your terminal. a command usually reads its input from a location called standard input, which happens to your terminal by default.
  • Techniques cited in Unix / Linux

    Techniques cited in Unix / Linux

    shell provides a variety of characters that have special meaning while using them in any shell script and cause a limit of a word unless quoted.
  • Basic utilities: print, email in Unix

    Basic utilities: print, email in Unix

    by this chapter, you have a few basic insights about unix systems and some of its basic commands. this chapter will briefly discuss some of the basic but important utilities of unix utilities that you will use in your daily activities.
  • User management in Unix / Linux

    User management in Unix / Linux

    unix supports a concept of group account, which groups a number of accounts logically. each account will be part of any group account. the unix team plays an important role in executing process management and allowing access to files.
  • Use variables in Shell

    Use variables in Shell

    a variable is a string of characters from which we assign a value. the assigned value can be a number, text, file name, device or any other type of data.
  • Micro editor in Unix / Linux

    Micro editor in Unix / Linux

    there are many ways to edit files in unix and for me, one of the best ways is to use the editor to edit the micro screen orientation. this editor lets you edit the lines of content with other lines in the file.
  • Control loop in Unix / Linux

    Control loop in Unix / Linux

    the previous chapter has been shown how to create loops and work with them to perform various tasks. sometimes you need to stop a loop or continue their repetitive process.