Logo The Great KryptSec Library
Search Shelves Books Log in
Info
Content
Book Navigation
  • Bash

  • Comparisons

    • File Comparisons

    • String Comparisons

    • Numeric Comparisons

    • Advanced Comparisons

    • Double Brackets [[

  • Signals

    • Cheat Sheet

Books
Bash
Comparisons

Comparisons

Numerical, String, and File Comparisons reference page.

File Comparisons

File Comparisons -d Checks if file exists and is a directory if [ -d $file ]thendo_somethi...

String Comparisons

String Comparisons str1 = str2 Checks if str1 is the same as str2 if [ $str1 = $str2 ]the...

Numeric Comparisons

Numeric Comparisons The most common test evaluation methods perform a comparison of two numerica...

Advanced Comparisons

Double Parentheses The double parentheses command allows you to incorporate advanced mathematica...

Double Brackets [[

Pattern Matching The double bracket command provides advanced features for string comparisons, p...

Search Results

Clear Search
Details
Created 9 months ago by Treelovah
Updated 9 months ago by Treelovah
Book Permissions Active
Actions


Export
  • Contained Web File .html
  • PDF File .pdf
  • Plain Text File .txt
Back to top