12 Juli 2021

The Bash PROMPT_COMMAND before PS1

From the bash manual


If set, the value is interpreted as a command to execute before the printing of each primary prompt ($PS1).

Example .bash_prompt or .bashrc


# ####
extraprompt() {
   local EXDATE=$(date)
   echo "Date: $EXDATE"
}

export PROMPT_COMMAND="extraprompt"
# ####


Prompt Test


Date: Mon 12 Jul 11:42:16 WIB 2021
cbkadal@osp:~$ echo "Just echo"
Just echo
Date: Mon 12 Jul 11:42:27 WIB 2021
cbkadal@osp:~$


DISCLAIMER


This is HOW Me Do IT! Grrr... this blog memo is mainly written for OWN PURPOSES. This post is based on "Google There, Google Here, Try That, Try This, Then Ask". Whether this is PLAGIARY or RESEARCH, there has never been a claim that this is an original work, nor is it necessarily the best solution, and not for Scopus consumption :). Please provide feedback, especially if you have alternative explanations. Hopefully, this note will be helpful in the future when you have forgotten how to solve this trivia problem.


DISKLAIMER


INIlah yang KUlakukan! Grrr... memo blog ini terutama ditulis untuk KEPERLUAN SENDIRI. Tulisan ini berbasis "Google Sana, Google Sini, Coba Itu, Coba Ini, Lalu Tanya-tanyi". Entah ini PLAGIAT, entah ini RISET, yang jelas tidak pernah ada klaim bahwa ini merupakan karya asli, serta belum tentu pula merupakan solusi terbaik, serta bukan untuk konsumsi Scopus :). Mohon kiranya memberikan tanggapan, terutama jika memiliki solusi alternatif. Semoga catatan ini akan bermanfaat di masa mendatang, saat sudah lupa cara menyelesaikan masalah trivia ini.

Qapla!

Tidak ada komentar:

Posting Komentar