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
~9K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for samaru

Name - Curt Nickname - Grit Height - 5'6 Weight - 170 Hair - brown Eyes - brown Location - Bakersfield, CA Age - 33 Hobbies - Civil war reenactment, dirt bike, fishing Relationship Status - Married Occupation: Network admin Fav Music - punk, reggae, rock, classical Education - Some …

Member Avatar for Dani
3
6K
Member Avatar for nwc

do you need just the time/date? added to it? If so use awk "BEGIN{now=strftime("%T/%m/%d/%y"); print now}' then either append it w/ the vmstat to a file.

Member Avatar for gritty
0
283
Member Avatar for gritty

I have a script that I'm working on to pad files with spaces. The spaces need will vary. This is what I have so far but it isn't working. Any suggestions? #!/bin/bash echo -n "Enter filename " read filename echo -n "Enter start size " read start echo -n "Enter …

Member Avatar for gritty
0
1K
Member Avatar for matvrix
Member Avatar for shanenin
0
291
Member Avatar for icui

I don't think I follow your problem, what exactly are you trying to do with sed? You said it works form the command line but not in the script?

Member Avatar for icui
0
172
Member Avatar for STP72

for starters, just do: echo -n "Please enter the name you are looking for" read name #this stores the name as the variable $name then try grep -i "$name phonebook #this will display the name from the phonebook that should at least get you going. Ending it shouldn't be a …

Member Avatar for shanenin
0
173
Member Avatar for gritty

My last thread was posted in the correct forum. Please disregard :cry:

0
53
Member Avatar for gritty

I have a script that I'm working on to pad files with spaces. The spaces need will vary. This is what I have so far but it isn't working. Any suggestions? #!/bin/bash echo -n "Enter filename " read filename echo -n "Enter start size " read start echo -n "Enter …

0
85

The End.