Skip to content

Show two information, or two commands on a single line #1288

Closed Answered by CarterLi
buufmax asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by buufmax
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants