Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Shell Scripting | Forum profile

Forum profile page for Shell Scripting on http://www.daniweb.com. This report page is the aggregated overview from a single forum: Shell Scripting, located on the Message Board at http://www.daniweb.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Shell Scripting" on the Message Board at http://www.daniweb.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: www.daniweb.com - IT Tech Talk - Shell Scripting (site profile, domain info daniweb.com)
Title: Shell Scripting
Url: http://www.daniweb.com/forums/forum113.html
Users activity: 21 posts per thread
Forum activity: 12 active threads during last week
 

Posting activity on Shell Scripting:

  Week Month 3 Months
Threads: 12 64 128
Post: 17 116 274
 

Shell Scripting Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
issue9
4
user's latest post:
How to find a string in a...
Published (2009-11-27 17:05:39)
If the file "nummer.txt" contains lines that exactly match the contents of the Variable "TELENUMMER" (no trailing blanks for instance) then these lines would not appear in the file "nummerdelete.txt", all others will. By the way the two semicola at the end of your code are not necessary.
itech7
2
user's latest post:
shell scripting problem syntax...
Published (2009-11-27 00:00:00)
Error at line #37. Seems like you're trying to implement an else type of thing. Replace elif with else.
sknake
2
user's latest post:
Removing Lines That Contain...
Published (2009-11-27 19:05:13)
UUoC grep -v " " file
masijade
2
user's latest post:
a script that tracks the number...
Published (2009-11-29 11:52:14)
How is javascript going to help with this when there is no server and no html, or anything else that has anything at all to do with JavaScript? Or is this really a download after all? Even though you said it wasn't? Is there a server now? Where did it come from if there wasn't one before? JavaScript would still have nothing to do with it though. Either parse the access log or only allow the "download" through a...
Goddan
1
user's latest post:
How to find a string in a...
Published (2009-11-27 00:00:00)
• • • • Originally Posted by issue9 Please try Help with Code Tags Shell Scripting Syntax ( Toggle Plain Text ) cat YOURFILE | sed 's/YOURSEARCH//g' > YOURFILE.tmp mv YOURFILE.tmp YOURFILE cat YOURFILE | sed 's/YOURSEARCH//g' > YOURFILE.tmp mv YOURFILE.tmp YOURFILE Just replace "YOURFILE" with the name of the file to search in and...
Chowley
1
user's latest post:
shell scripting problem syntax...
Published (2009-11-27 00:00:00)
Ah thank you, that elif before mkdir. I cant believe i didnt that, also didnt spot it. Too early in the morning! Thanks very much
peter_budo
1
user's latest post:
If a file is accessed, then...
Published (2009-11-28 04:05:01)
Closing this thread as there is another thread by same user running here . In the future please do not double post.
naziatarannum
1
user's latest post:
a script that tracks the number...
Published (2009-11-29 00:00:00)
Hi All, My requirements have been changed. The new reqirmnt is in javascript. Thanks for all ur responses.
Aia
1
user's latest post:
Bash Scripting Search For Records
Published (2009-12-01 15:14:38)
isxrc> PLS PLS PLS can someone help. I have 24 hours from now and the clock is ticking. The urgency is on your part, not on ours. You have chosen to fail already. Read the rules of the forum. We do not give away code solutions without proof of effort on your part. We are not code-o-rama , use and abuse. Do your own homework!!!
cfajohnson
1
user's latest post:
Hey guys!!!
Published (2009-12-05 18:54:23)
• • • • Originally Posted by Beencountry Hey guys, Im in a basic programming class. Mainly using VBS scripting nothing else on Windows XP. All of the sudden my prof gave us this assignment for shell scripting. I don't know hardly anything about this. Objective: Create a single shell script in Windows/Linux that will do (all) the following: 1.Create a text file that lists the operating system of your...
 

Latest active threads on Shell Scripting::

www.daniweb.com - IT Tech Talk
Started 2 weeks ago (2009-11-24 00:21:05)  by naziatarannum
Hi donald, Thanks a lot for the reply. Am not clear with the code mentioned by you. How do I search this & where. Please advise..
Thread:  Show this thread (10 posts)   Thread info: a script that tracks the number of times an xls file was downloaded in a
day Size: 302 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: a script that tracks the number of times an xls file was downloaded in a
day :: Shell Scripting :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 2 weeks ago (2009-11-24 07:20:52)  by naziatarannum
Yes, I initially decided on the same- tracking the access log of the server, but that cant be done, because its not a server but a storage device from which files are downloaded, but there is no access log.
Thread:  Show this thread (7 posts)   Thread info: If a file is accessed, then event should increment the count variable. Size: 334 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: If a file is accessed, then event should increment the count variable. :: Shell Scripting :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 1 week, 4 days ago (2009-11-27 19:05:13)  by sknake
UUoC grep -v " " file
Thread:  Show this thread (2 posts)   Thread info: Removing Lines That Contain Spaces In A File Size: 418 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Removing Lines That Contain Spaces In A File :: Shell Scripting :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 1 week, 4 days ago (2009-11-27 00:00:00)  by issue9
Please try Help with Code Tags Shell Scripting Syntax ( Toggle Plain Text ) cat YOURFILE | sed 's/YOURSEARCH//g' > YOURFILE.tmp mv YOURFILE.tmp YOURFILE cat YOURFILE | sed 's/YOURSEARCH//g' > YOURFILE.tmp mv YOURFILE.tmp YOURFILE Just replace "YOURFILE" with the name of the file to search in and "YOURSEARCH" with the string you want to...
Thread:  Show this thread (3 posts)   Thread info: How to find a string in a textfile and remove it Size: 1,333 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to find a string in a textfile and remove it :: Shell Scripting :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 1 week, 4 days ago (2009-11-27 00:00:00)  by itech7
One more method I found is to use sed to trim infinite white spaces. The code I posted previosuly works only for single space. Here's the code for infinite spaces - Help with Code Tags bash Syntax ( Toggle Plain Text ) sed -r 's/[ ]+//gi' a.txt | grep $STR sed -r 's/[ ]+//gi' a.txt | grep $STR
Thread:  Show this thread (3 posts)   Thread info: how to Ignore spaces in a string of a line of file on which grep is used? Size: 1,224 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: how to Ignore spaces in a string of a line of file on which grep is used? :: Shell Scripting :: www.daniweb.com - IT Tech Talk"
www.daniweb.com - IT Tech Talk
Started 1 week, 4 days ago (2009-11-27 00:00:00)  by Chowley
Ah thank you, that elif before mkdir. I cant believe i didnt that, also didnt spot it. Too early in the morning! Thanks very much
Thread:  Show this thread (2 posts)   Thread info: shell scripting problem syntax error near unexpected token Size: 384 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: shell scripting problem syntax error near unexpected token :: Shell Scripting :: www.daniweb.com - IT Tech Talk"
 

Hot threads for last week on Shell Scripting::

No active threads for last week.