-
Hello, I'm looking for someone's help if possible, I really can't do it with my own resources even after reading a bit the google.
I would like to merge both commands and appears in one line like:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Genius CarterLi. That's what i was looking for. Thank you! |
Beta Was this translation helpful? Give feedback.
birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $(ls -lact --full-time /etc |awk 'END {print $6}') $days_difference days