[7419] 2018-05-09_linux-shell编程从入门到入狱

文档创建者:s7ckTeam
浏览次数:2
最后更新:2025-01-17
2018-05-09_linux-shell编程从入门到入狱 l i n u x - s h e l l c r a z y e r   F 1 1 T e a m   2 0 1 8 - 0 5 - 0 9         s h e l l         s h e l l s h e l l                 +   -   *   /   %   =   = =   ! =           n o t i c e                   l i n u x   s h e l l e x p r                   e x p r   a     b                   $ ( ) ` `               [ S h e l l ]     ?
0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9 1 0 1 1 1 2 1 3                                     :           4 + 5 = 9           4 / 5 = 0           5 / 4 = 1           5 % 4 = 1 # ! / b i n / b a s h         a = ` e x p r 4   +   5 `         e c h o " 4 + 5 = $ a "         b = ` e x p r 4   /   5 `         e c h o " 4 / 5 = $ b "         c = ` e x p r 5   /   4 `         e c h o " 5 / 4 = $ c "         d = ` e x p r 5   %   4 `         e c h o " 5 % 4 = $ d "         e = ` e x p r 2   *   3 `         e c h o " 2 * 3 = $ e "         e c h o ` e x p r 2   = =   3 `         e c h o ` e x p r 2   ! =   3 `
          2 * 3 = 6           0           1                 i f 使                   - e q             - n e             - g t             - g e             - l e             - l t                     [ S h e l l ]     ? 0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 0 2 1 2 2 2 3 2 4 2 5               # ! / b i n / b a s h           i f [   $ 1   - e q $ 2   ]           t h e n                           e c h o " "           f i           i f [   $ 1   - n e $ 2   ]           t h e n                           e c h o " "           f i           i f [   $ 1   - g t   $ 2   ]           t h e n
2 6 2 7 2 8                                 n o t i c e :                   $ 1                   $ 2                   . / w y l z 1 . s h   1   2 t h e n                           e c h o " "           f i           i f [   $ 1   - l t   $ 2   ]           t h e n                           e c h o " "           f i           i f [   $ 1   - l e $ 2   ]           t h e n                           e c h o " "           f i           i f [   $ 1   - g t   $ 2   ]           t h e n                           e c h o " "           f i           i f [   $ 1   - g e $ 2   ]           t h e n                           e c h o " "
                                        - - - - - - - - - - - - - - - - - - - - -           r o o t @ i Z 2 z e i 0 w d 4 e v 0 n 7 y 8 6 7 3 r g Z : ~ / s h #   . / w y l z 1 . s h   2   2                                         s h e l l           - a           - o                               [ S h e l l ]     ? 1 2 3 4 5 6 7 8 9                                               =         = # ! / b i n / b a s h           i f [   4   - g t   3   - a   3   - g t   2   ]           t h e n                           e c h o "   "           f i           i f [   4   - g t   3   - o   2   - g t   3   ]           t h e n           e c h o " "           f i
        - z 0         - n 0         s t r         [ S h e l l ]     ? 0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 0 2 1 2 2 2 3                     # ! / b i n / b a s h a = " t e s t " b = " t e s t 1 " c = " " i f [   $ a   =   $ b   ] # t h e n                   e c h o " $ a = $ b " f i i f [   - z   $ a   ] # 0 t h e n                   e c h o " $ a 0 " f i i f [   - n   $ a   ] # 0 t h e n                   e c h o " $ a 0 " f i i f [   $ c   ] # t h e n                   e c h o " $ c " e l s e                   e c h o " " f i
r o o t @ i Z 2 z e i 0 w d 4 e v 0 n 7 y 8 6 7 3 r g Z : ~ / s h #   . / w y l z 3 . s h   t e s t 0                         - b   - c   - d   - f           - r   - w   - x   - s   - e   $ P A T H x . o u t [ S h e l l ]     ?
0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9 1 0 1 1 1 2 1 3 1 4 1 5 1 6 1 7 1 8 1 9 2 0                         # ! / b i n / b a s h O L D = $ I F S I F S = " : " # f o r p a t h   i n $ P A T H d o                   i f [   - d   $ p a t h   ] #                   t h e n                                   e c h o $ p a t h                                   e c h o " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "                                   I F S = $ O L D                                   f o r f i l e i n ` l s $ p a t h ` #                                   d o                                                   i f [   - x   $ p a t h / $ f i l e ] # $ f i l e                                                   t h e n                                                                   e c h o $ f i l e                                                   f i                                   d o n e                   f i                   I F S = " : " d o n e > >   x . o u t #

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则