Jump to content

Search the Community

Showing results for tags 'bash'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. #!/bin/bash filename = fileOne.txt echo "FileStart" | sort | uniq -c > fileTwo.txt ls /home/username/mail/namespace.heliohost.org/mail_name/new/ > fileOne.txt cat $filename | while read LINE do for w in `cat cd /home/username/mail/obsidian.heliohost.org/mal_name/new/ $LINE`; do echo $w; done|sort|uniq -c >> fileTwo.txt done cat fileTwo.txt | mail you@mail.com rm fileOne.txt rm fileTwo.txt rm /home/username/mail/namespace.heliohost.org/mail_name/new/* exit so if i can not get the hosting to allow this in bash how is it finished in window scripting or PowerShell? the script only runs once per time of changing the mail name are there any other environmental variables I must set before running the script? the mail_name/new/ folder is populated daily with mail from the other aggregators and when I need to know what's important I'm not going to want to play the little cubby hole game. thanks
×
×
  • Create New...