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

转换出来没有qss文件 #2

Open
kknono opened this issue Aug 5, 2019 · 3 comments
Open

转换出来没有qss文件 #2

kknono opened this issue Aug 5, 2019 · 3 comments

Comments

@kknono
Copy link

kknono commented Aug 5, 2019

No description provided.

@jianzixing
Copy link

#find $DISTDIR -name '*.wxss' -type f -print -exec rm -rf {} ;

for i in $(find $DISTDIR -name '*.wxss')
do
qml=${i/.wxss/.qss}
mv $i $qml
done

@AuroraMaster
Copy link

#find $ DISTDIR -name'* .wxss'-type f -print -exec rm -rf {};

为$(查找$ DISTDIR -name'* .wxss')中的 i
做qml
= $ {i / .wxss / .qss}
mv $ i $ qml
完成

请问mac的sed这个坑需要怎么填

@AuroraMaster
Copy link

#find $ DISTDIR -name'* .wxss'-type f -print -exec rm -rf {};
为$(查找$ DISTDIR -name'* .wxss')中的 i
做qml
= $ {i / .wxss / .qss}
mv $ i $ qml
完成

请问mac的sed这个坑需要怎么填

在linux下

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