⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 midentify

📁 君正早期ucos系统(只有早期的才不没有打包成库),MPLAYER,文件系统,图片解码,浏览,电子书,录音,想学ucos,识货的人就下吧 russblock fmradio explore set
💻
字号:
#!/bin/sh## This is a wrapper around the -identify functionality.# It is supposed to escape the output properly, so it can be easily# used in shellscripts by 'eval'ing the output of this script.## Written by Tobias Diedrich <ranma+mplayer@tdiedrich.de># Licensed under GNU GPL.if [ -z "$1" ]; then	echo "Usage: midentify <file> [<file> ...]"	exit 1fimplayer -vo null -ao null -frames 0 -identify "$@" 2>/dev/null |	sed -ne '/^ID_/ {	                  s/[]()|&;<>`'"'"'\\!$" []/\\&/g;p	                }'

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -