Development > Linux Lite Software Development

Lite Backup - Suggestions welcomed LOCKED LL now uses Deja Dup

<< < (2/6) > >>

Scott:
 8) @Valtam
May the espresso and caffeine gods be with you.

Jerry:
Development is under way, let the coffee flow, and the days never end!

Jerry:

--- Quote from: misko_2083 on October 19, 2014, 02:03:31 PM ---It looks OK. :)
add \B to the end of the variable so it will display as 63GB

--- Code: ---$home_size\B
--- End code ---
That's simpler than using sed.

--- Code: ---echo $home_size | sed 's/$/B/'
--- End code ---

--- End quote ---

Fixed :)


--- Quote from: Scott(0) on October 19, 2014, 03:44:21 PM ---@Valtam
Looking good! 8)

--- End quote ---

Cheers :)

Scott:
@Valtam
Looking good! 8)

anon222:
It looks OK. :)
add \B to the end of the variable so it will display as 63GB

--- Code: ---$home_size\B
--- End code ---
That's simpler than using sed.

--- Code: ---echo $home_size | sed 's/$/B/'
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version