-
Notifications
You must be signed in to change notification settings - Fork 36
bash snippets
Welcome to the bash-snippets wiki!
bash-snippets - it is usefull snippets in bash.
Scripts:
-
//all_file_lower_case.sh// - This script make all file names in current directory in lower case.
-
//create-project.sh// - This script make help you in create C/gtk+ project template and configure files with autogen.sh and configure
-
//git_all_add.sh// - Simple bash script for add all files in current directory, write commit message and push it into remote repository.
-
//remove_tmp_files.sh// - This script remove all temp files in directory.
-
//show_full_file_path.sh// - Show full path in usefull view in terminal of all files in current directory.
-
//remove_empty_files.sh// - Remove all files in current directory which 0 kb.
-
//take_screenshot.sh// - Usefull bash script for taking screenshot.
operations_on_data_types
-
//join_string.sh// - joins 2 string.
-
//split_string.sh// - split strings
ftp - scripts for working with file transpher protocol
- //put_file.sh// - bash script for putting file in ftp server
rss - bash scripts for rss
- //rss_reader.sh// - simple rss reader in bash
curl - bash scripts working with curl
- //time_http_response.sh// - output time http response