9 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hi all,
I'm new to UNIX world and new to this forum. As I observed there are lot of commands that needs to be remembered in UNIX programming. I'm into DevOps and can anyone please tell me what are all the important commands that are useful for DevOps Engineer.
NOTE: Please correct me if my... (3 Replies)
Discussion started by: maxlink
3 Replies
2. What is on Your Mind?
It showed a cleaning woman (probably in the evening, after most of the other employees had left work) happily typing commands on a dot matrix terminal (could've been a DEC LA120, IIRC) just because "unix is so easy to use, even a cleaning woman can use it!".
If you know where to find a scanned... (2 Replies)
Discussion started by: mathiasbage
2 Replies
3. UNIX for Dummies Questions & Answers
I have a master list of hosts, and a list of bad hosts. I want to filter out the bad hosts from the master list. I was trying a few for loops but it's not providing the desired result:
for i in $(cat master_host_list);do grep -iv $i bad_host_list;done | sort | uniq
# won't work because it... (5 Replies)
Discussion started by: MaindotC
5 Replies
4. Shell Programming and Scripting
Hi all:
I'm working on a HPUX 11.23 system and I am needing to parse a tomcat-jakarta log file for memory use. Getting the desired data is easy, assuming the log file does not grow. This file grows constantly and I want to check it q 5 min. The next check will pick up from where it left off 5... (4 Replies)
Discussion started by: raggmopp
4 Replies
5. Shell Programming and Scripting
Hello dear community!
I have the following task to accomplish: there is a directory with approximately 2 thousand files. I have to write a script which would randomly extract 200 files on the first run. On the second run it should extract again 200 files but that files mustn't intersect with... (5 Replies)
Discussion started by: sidorenko
5 Replies
6. Forum Support Area for Unregistered Users & Account Problems
Hi All,
Have only recently returned to Unix.com due to other activities (*oh the shame of it all).
Anyways, when I initially came back to redesigned/revamped site I couldn't remember any of my logins. I'd originally thought that I'd used the UID of 'Cameron' but couldn't remember any details... (2 Replies)
Discussion started by: Cameron
2 Replies
7. UNIX for Dummies Questions & Answers
hi, I know we can do this; but dont know how..
I open a file using vim..browse thru it and then say :wq after reaching some line;
The next time I open the same file, I want vim to position the cursor on the line where I left last time;
anyone? (2 Replies)
Discussion started by: spopuri
2 Replies
8. Shell Programming and Scripting
I am trying to run awk on a 55 page Word document.
I wanted to delete every occurrence of <company>, <script>, </scripts> from the file then cut & paste all of the appropriate fields to an Excel spreadsheet.
Also the code is suppose to replace the dates in a new format such as "xxxx-xx-xx" ... (2 Replies)
Discussion started by: cnitadesigner
2 Replies
9. Shell Programming and Scripting
Well it's been a long time since I have used any OS besides apples and windows (raising my son). My principal would like our teachers to use UNIX as their mail system. That's not a problem, the mail system is like riding a bike you never forget. Here's my problem. She wants me to write a script... (2 Replies)
Discussion started by: catbad
2 Replies