Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~330 People Reached
Favorite Tags
Member Avatar for linux.buzz

Hi All, I need your help/suggestions for following problem. I have a shell script which performs following operations and finally reports the time taken by each operation: a. Creation of directories and file within them recursively. (Say DIR1) b. File listing recursively (ls –R) c. Copy (using cp –r ) …

0
62
Member Avatar for linux.buzz

Hi all, I got stuck into a problem. I have a variable in which the data is stored as below: variable_test=0m0.001s 0m0.001s 0m0.001s 0m0.001s 0m0.001s 0m0.001s .....an so on. There are lots of values in format like "3m1.057s" are stored in variable_test separated with an space between two such values. …

Member Avatar for cfajohnson
0
143
Member Avatar for linux.buzz

Hi all, I am new to Linux/shell scripting having moderate knowledge. In my script, I need the execution time of command (say 'ls') in mili seconds level. For this, I would like to use 'time' command. The problem is that, how to save the output of time command in a …

Member Avatar for griswolf
0
125