`
mooncui
  • 浏览: 72516 次
社区版块
存档分类
最新评论

A useful script--get mac address

阅读更多

macAddress=$(/sbin/ifconfig eth0 2>nil | grep 'HWaddr' | sed 's/.*HWaddr //' | sed 's/ :*//' | sed 's/:/-/g' | tr A-Z a-z | sed 's/\s//g')

sed -i "s/.../$macAddress" filename

sed -i  's/something/others/' filename  means replace somthing to others in filename,replacement will work once,if you add 'g' ,it will replace all matched words in file.

tr A-Z a-z  translate  capital letter to lowercase

sed 's/\s//g'   \s means space, g means globle

' and " are different , ' ' means simple string,do not transfer anything,"" means maybe variable in string,will trransfer first.

 

 

 

分享到:
评论

相关推荐

    useful-scripts-release-2.x.zip

    "useful-scripts-release-2.x.zip"这个压缩包包含了一组实用脚本,旨在帮助开发者快速定位并解决Java应用中的CPU性能问题。以下是对这些脚本和相关知识点的详细解释。 首先,"top us值过高"是识别CPU性能问题的一个...

    开学季 游泳把 收录一些游泳的文章-useful-article.zip

    开学季 游泳把 收录一些游泳的文章_useful-article.zip 开学季 游泳把 收录一些游泳的文章_useful-article.zip 开学季 游泳把 收录一些游泳的文章_useful-article.zip 开学季 游泳把 收录一些游泳的文章_useful-...

    Useful public-domain matlab scripts and functions.zip

    标题 "Useful public-domain matlab scripts and functions.zip" 暗示了这个压缩包包含一系列公开可用的 MATLAB 脚本和函数,旨在帮助用户解决实际问题或者提高他们在 MATLAB 环境中的工作效率。MATLAB 是一种强大的...

    Estimation-of-Remaining-Useful-Life-using-CNN-master.zip

    标题中的“Estimation-of-Remaining-Useful-Life-using-CNN-master”表明这是一个关于使用卷积神经网络(CNN)预测设备剩余使用寿命(RUL,Remaining Useful Life)的项目。在这个项目中,开发人员或研究人员可能...

    Android-Useful-Open-Source-Android.zip

    Android-Useful-Open-Source-Android.zip,造,安卓系统是谷歌在2008年设计和制造的。操作系统主要写在爪哇,C和C 的核心组件。它是在linux内核之上构建的,具有安全性优势。

    A Visual Studio add-in provides a number of useful workspace

    A Visual Studio add-in provides a number of useful workspace-related functions(673KB)

    useful-simple-functions:有用的简单功能

    有用的简单功能 有用的简单功能。 正在安装 使用npm: npm i useful-simple-... sanitize ( 'A@B#C$1%2&3' ) ; // ABC123 方法 消毒 const useful = require ( 'useful-simple-functions' ) ; useful . sanitize

    Hakku-framework-offers-simple-structure-basic-CLI-and-useful-SCRIPT-CODE-:###

    useful-script:我对日常工作有用的脚本

    在这个名为"useful-script"的项目中,我们可以看到作者收集了一系列对他们日常工作有帮助的Shell脚本。Shell脚本,通常指的是使用Bash或其他Unix/Linux shell语法编写的程序,它们能够执行一系列命令,简化复杂的...

    grub4dos-V0.4.6a-2017-02-04更新

    3.two variables boot_drive and install_partition can be preset to a value before transferring control to grub4dos. (tinybit) 4.修正屏蔽 map 信息。(yaya) 2014-10-09(yaya) 1.屏蔽 map 信息。 2014...

    Useful pages-crx插件

    "Useful Pages-crx插件"是一个专为提高工作效率而设计的浏览器扩展程序,它支持英语和西班牙语两种语言。这个插件的核心功能是整合并列出了项目中常用的各种工具,便于用户快速、便捷地访问。它旨在为所有团队成员...

    40-useful-java-Algorithm.rar_40

    这个名为“40-useful-java-Algorithm.rar_40”的压缩包显然包含40个与Java编程相关的经典算法实现,旨在帮助学习者提升技能,增强解决问题的能力。 首先,我们要了解算法在计算机科学中的地位。算法是一系列解决...

    Android代码-useful-ktx

    useful-ktx Useful Kotlin extensions to speed up Android app development dependencies dependencies { implementation "com.tomasznajda.ktx:android:1.3.0" implementation ...

    useful-Python-manual.rar_ Python DE_python函数手册

    这份“useful-Python-manual.rar”压缩包提供了一个详细整理的Python库函数手册,是Python开发者的重要参考资料。文档“useful Python manual.doc”涵盖了Python编程中的多个关键知识点,旨在帮助用户更高效地理解和...

    学习苹果脚本

    Over the years, he has contributed a range of useful libraries and utilities to the AppleScript community and pops up with some regularity on the various AppleScript mailing lists. He is also the ...

    Useful-Powershell-Scripts:一个简单的Powershell脚本,可将计划任务导出到临时目录

    介绍 你好! 鉴于最近的ProxyLogon攻击-我一直在跟踪有用的Powershell脚本,这些脚本可能会使系统管理员受益。 这些脚本可能会有所不同,可能对每个人都没有用,但可能会使异常组织受益。 随着时间的流逝,我将尽我...

    Vaste92-Matlab_useful_code-archive-refs-heads-master.zip

    这个压缩包“Vaste92-Matlab_useful_code-archive-refs-heads-master.zip”显然包含了一个Matlab的代码库,很可能是由用户Vaste92整理并分享的。Matlab是一款强大的数值计算和数据可视化软件,广泛应用于科学计算、...

    学案:Unit 5 Nelson Mandela-a modern hero- vocabulary and useful ex

    学案:Unit 5 Nelson Mandela-a modern hero- vocabulary and useful expressions(新人教版必修1).doc

    js-useful-1

    【标题】"js-useful-1" 暗示了这是一个关于JavaScript实用技巧或库的集合,可能包含了一些常见的JavaScript代码片段或者优化方法。在这个压缩包中,我们重点关注的是一个名为"add2.jsp"的文件,它可能是用来演示如何...

    ZylBattery.v.1.34.D4-XE10.1.Src

    ZylBattery is a visual Delphi component that diplays the charging level of the battery in a chart. You can specify different colors for different charging levels and you can indicate it also in text ...

Global site tag (gtag.js) - Google Analytics