Git Product home page Git Product logo

Comments (5)

wrgeorge1983 avatar wrgeorge1983 commented on July 22, 2024

Can confirm this is correct for 9372PX.

from nexus9000.

ma-hack avatar ma-hack commented on July 22, 2024

Yes, the command doesn't work on OSX or Ubuntu. I tried your command but after the md5sum appears the filename... for example:
#md5sum="daff7e4f7617d257b66de61504120fe9n6000_poap_script.7.2.1.N1.1.py.md5"243

Have anyone a fix for that?

from nexus9000.

wrgeorge1983 avatar wrgeorge1983 commented on July 22, 2024

Just confirmed @ma-hack on an ubuntu server. When I get back into work I'll grab the string I used.

from nexus9000.

wrgeorge1983 avatar wrgeorge1983 commented on July 22, 2024

Here is what's been working for us:

# or like this on nexus 9k series switches that demand double quotes around the md5sum:
# f=poap.py ; cat $f | sed '/^#md5sum/d' > $f.md5 ; sed -i "s/^#md5sum=.*/#md5sum=\"$(md5sum $f.md5 | sed 's/ .*//')\"/" $f

looks like the main difference is changing a few instances of ./ into .*/, but I'm not a sed guy

from nexus9000.

ma-hack avatar ma-hack commented on July 22, 2024

Great it works! Thanks for sharing!

from nexus9000.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.