Ana Sayfa / Tag Archives: Bash Script (Sayfa 6)

Tag Archives: Bash Script

Bash Sctipt Arrays

Array Assignments List Assignment If you are familiar with Perl, C, or Java, you might think that Bash would use commas to separate array elements,however this is not the case; …

Devamını Oku..

Bash Script Redirection

ParameterDetailsinternal file descriptorAn integerdirectionOne of >, < or <> Redirecting standard output redirect the standard output (aka STDOUT) of the current command into a file or another descriptor. These examples …

Devamını Oku..

Using Cat / Cat Kullanımı

Option Description-nPrint line numbers-vShow non-printing characters using ^ and M- notation except LFD and TAB-TShow TAB characters as ^I-EShow linefeed(LF) characters as $-eSame as -vE-bNumber nonempty output lines, overrides -n-Aequivalent …

Devamını Oku..