ss64.com এর মনে হয়েছে যে আমি খুঁজে পেয়েছি সেরা রেফারেন্স।
এটি নিম্নলিখিত ভেরিয়েবলগুলি ব্যাখ্যা করে:
\d The date, in "Weekday Month Date" format (e.g., "Tue May 26").
\h The hostname, up to the first . (e.g. deckard)
\H The hostname. (e.g. deckard.SS64.com)
\j The number of jobs currently managed by the shell.
\l The basename of the shell's terminal device name.
\s The name of the shell, the basename of $0 (the portion following
the final slash).
\t The time, in 24-hour HH:MM:SS format.
\T The time, in 12-hour HH:MM:SS format.
\@ The time, in 12-hour am/pm format.
\u The username of the current user.
\v The version of Bash (e.g., 2.00)
\V The release of Bash, version + patchlevel (e.g., 2.00.0)
\w The current working directory.
\W The basename of $PWD.
\! The history number of this command.
\# The command number of this command.
\$ If you are not root, inserts a "$"; if you are root, you get a "#" (root uid = 0)
\nnn The character whose ASCII code is the octal value nnn.
\n A newline.
\r A carriage return.
\e An escape character.
\a A bell character.
\\ A backslash.
\[ Begin a sequence of non-printing characters. (like color escape sequences). This
allows bash to calculate word wrapping correctly.
\] End a sequence of non-printing characters.
\[ ... \]
অ মুদ্রণ অক্ষরের একটি সিরিজ সংজ্ঞায়িত করে। তাদের কার্সার অবস্থান সঠিকভাবে ট্র্যাক করা প্রয়োজন।
\e
আপনার দ্রুত শুরু হয় এড়িয়ে যাওয়ার জন্য একটি অনুক্রম। সেই বিষয়ে আরো এখানে (অর্থাৎ পৃষ্ঠাতে নোট "Esc চাপুন" হয় \e
ক্রম)।
- দ্রষ্টব্য: আমি সত্যিই পালানোর ক্রমগুলি পছন্দ করি নি। আপনার
tput
জন্য পালানোর কোডটি পেতে ব্যবহার করুন ।
${debian_chroot:+($debian_chroot)}
প্যারামিটার সম্প্রসারণ। এখানে দেখুন
- অন্যথায় কিছু সেট না
($debian_chroot)
থাকলে এটি লিখেছে $debian_chroot
।