everyoneGeeks / shellScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Process_files is a shell script

$ Process_files.sh png jpeg gif

that accept from the user as command line arguments a series of 3 strings representing file types. Then create 4directories – one for each file type and one for any files that do not match any of the file types - and separate the files into these new directories then return some information about these files to the user.


show_PID_program.sh

$ show_PID_program.sh

get all PID program

F S UID PID PPID C PRI NI ADDR SZ WCHAN RSS PSR STIME TTY TIME CMD
4 S root 1 0 0 80 0 - 56356 - 9292 0 12:08 ? 00:00:01

install_web_developer_tools.sh

$ install_web_developer_tools.sh

install most web developer tools

License

MIT

About

License:MIT License


Languages

Language:Shell 100.0%