Top "Utilities" questions

Timeout a command in bash without unnecessary delay

This answer to Command line command to auto-kill a command after a certain amount of time proposes a 1-line method …

bash command-line timeout utilities
How to convert map to url query string?

Do you know of any utility class/library, that can convert Map into URL-friendly query string? Example: I have a …

java jakarta-ee utilities
Checking if a number is an Integer in Java

Is there any method or quick way to check whether a number is an Integer (belongs to Z field) in …

java utilities
Longest line in a file

I'm looking for a simple way to find the length of the longest line in a file. Ideally, it would …

bash shell utilities
MySQL Utilities - ~/.my.cnf option file

I am trying to use 2 of the mysql utilities, mysqldiff and mysqldbcompare and want to avoid putting my password on …

mysql passwords utilities
Unix command to prepend text to a file

Is there a Unix command to prepend some string data to a text file? Something like: prepend "to be prepended" …

unix command-line utilities prepend
How to generate dependency graph with text

Is there a simple online tool that will generate a dependency graph (boxes linked by arrow lines) based on text …

graph diagram utilities
Command line tool to delete folder with a specified name recursively in Windows?

I want to delete every "_svn" in every folder and subfolder... For example c:\ proyect1 _svn images _svn banner _svn …

windows file utilities administration
Is it possible to use a string as a delimiter in unix cut command?

If I want to cut a list of text using a string as a delimiter, is that possible? For example …

unix cut utilities
.NET DLL references/dependency checking utility

With Visual Studio, I can see the dll references as the attached picture as an example. With this reference information, …

.net visual-studio dependencies utilities