Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux-ism #4

Open
dotemacs opened this issue Dec 26, 2013 · 5 comments
Open

Linux-ism #4

dotemacs opened this issue Dec 26, 2013 · 5 comments

Comments

@dotemacs
Copy link

Hello, some of the commands that your script uses are very Linux specific which cause it to not work on non Linux systems. The commands:

  • md5sum
  • date - the options you pass it are GNU date specific
  • tac - can be replaced with awk '{print NR,$0}' | sort -nr | sed 's/^[0-9]* //'

Thanks

@taylorchu
Copy link
Owner

you mean mac specifically?

@dotemacs
Copy link
Author

FreeBSD & OS X both, but there is bound to be others...

@dotemacs
Copy link
Author

You've closed this because:

a) you don't wish to support non Linux platforms
b) not something you're interested in

Thanks

@taylorchu
Copy link
Owner

It is actually
c) I don't have a mac machine to test what works or not.

Please give a feedback if you can.

On Mon, Jun 22, 2015 at 4:04 AM, Александар Симић [email protected]
wrote:

You've closed this because:

a) you don't wish to support non Linux platforms
b) not something you're interested in

Thanks


Reply to this email directly or view it on GitHub
#4 (comment).

@taylorchu taylorchu reopened this Jun 22, 2015
@p3k
Copy link

p3k commented Jan 11, 2016

Might be worth reconsidering if this nice project is really best described as “blog generator in bash” – see the additionally needed commands above as well as the included Markdown library written in Perl.

Repository owner deleted a comment from boloboloda Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants