ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Bash Script

    Scheduled Pinned Locked Moved IT Discussion
    3 Posts 3 Posters 585 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AlyRagabA
      AlyRagab
      last edited by

      Dears,

      i wrote a bash script on my mail server to get all mailboxes consumed quota and remaining quota but i want to make the output in a table form.
      any idea for doing that?

      thanks

      1 Reply Last reply Reply Quote 0
      • travisdh1T
        travisdh1
        last edited by

        Is it outputting the information for each mailbox on a new line already? If it's already doing that, making a csv you can import into any spreadsheet/database is really easy. Just add a comma in the output between each field.

        1 Reply Last reply Reply Quote 2
        • RamblingBipedR
          RamblingBiped
          last edited by RamblingBiped

          Maybe try assigning the output to a variable/series of variables that can be used in a separate function? Or try piping the output of your current script into another script that processes it and builds an HTML based table?

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post