Skip to content

Commit 8756d9f

Browse files
author
adrianbartyczak
committed
Remove description for each paradigm in README.md
1 parent e26811b commit 8756d9f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

-22
Original file line numberDiff line numberDiff line change
@@ -19,76 +19,54 @@ All the solutions of **Gnu-linux-shell-use** exist in following paradigms. Each
1919

2020
## Application management
2121

22-
Solutions for managing applications
23-
2422
* [Generic RDBMS utility functions for a MySQL database](functions_scripts/application_management/database/mysqldbutils)
2523
* [Check if a PostgreSQL database exists.](one-liners/application_management/database/postgresql-database.one-liners)
2624

2725
## File management
2826

29-
Solutions for managing files
30-
3127
* [Rename all files matching a name recursively.](scripts/file_management/file_name_manipulation/renmrecr)
3228
* [Get the size in megabytes of one or more files and/or directories.](one-liners/file_management-output_only/file_information/file-property-information-retrieval.one-liners)
3329

3430
## System management
3531

36-
Solutions for managing the system
37-
3832
* [List all processes owned by the current user.](aliases/system_management-output_only/process_information/process-general-information-retrieval.aliases)
3933
* [Print the target architecture of the current operating system.](one-liners/system_management-output_only/operating_system_information/operating-system-property-information-retrieval.one-liners)
4034

4135
## Hardware management
4236

43-
Solutions for managing hardware
44-
4537
* [Check if the primary wireless local area network device interface is soft blocked.](scripts/hardware_management-output_only/device_information/iswlanblocked)
4638
* [Get the vendor name of the CPU.](one-liners/hardware_management-output_only/cpu_information/cpu-property-information-retrieval.one-liners)
4739

4840
## Shell management
4941

50-
Solutions for managing the shell
51-
5242
* [Execute a command in the background.](scripts/shell_management-modules/process_management/execinbg)
5343
* [Remove the last N entries from the bash history.](scripts/shell_management/history_management/remvlastnentriesfrombashhist)
5444

5545
## X11 management
5646

57-
Solutions for managing X11
58-
5947
* [Get the ID of the active window.](scripts/x11_management-output_only/window_property_information/getactvwindid)
6048
* [Get the class of a window by ID.](scripts/x11_management-output_only/window_property_information/getwindclassbyid)
6149

6250
## Mobile device management
6351

64-
Solutions for managing mobile devices
65-
6652
* [Watch the X and Y screen tap positions of an Android device.](scripts/mobile_device_management-android/hardware_management/watchandroiddevscreentappos)
6753
* [Mount and unmount an MTP device.](scripts/mobile_device_management-generic/mounting/mntmtp)
6854

6955
## Scripting
7056

71-
Solutions for scripting
72-
7357
* [Bash array utilities](functions_scripts/scripting/bash/arrayutils.bash)
7458
* [Bash date and time utilities](functions_scripts/scripting/bash/dateandtimeutils.bash)
7559

7660
## Text manipulation
7761

78-
Solutions for manipulating text
79-
8062
* [Replace all occurrences of a string recursively.](scripts/text_manipulation/matching/replrecr)
8163

8264
## Text processing
8365

84-
Solutions for processing text
85-
8666
* [Count the number of characters in a string.](aliases/text_processing/numeric_processing/basic-numberic-processing.aliases)
8767

8868
## Number processing
8969

90-
Solutions for processing numbers
91-
9270
* [Convert a hexidecimal number to decimal.](aliases/number_processing/conversion/base-conversion.aliases)
9371

9472
# Packaged solutions

0 commit comments

Comments
 (0)