Tag Archive
Administration amazon Best Between book command Commands Computer Description Difference Directory Does Edition File Files find From Guide line Linux Mac Mac OS Network Operating Paperback product Program Programming Script server Shell Software system Systems That Unix UNIX/Linux user Using Web What Where Which Windows With
How Do You Execute A File In Unix? I Was Told #!/bin/sh, But Where Is This Used.?
I know in perl you just put .pl (filename.pl) at the end of the file you named, and to run the that you just type perl filename.pl.
In unix I being told its something like #!/bin/sh? Where does this go? Does this mean I make the file with #!/bin/sh in front of [...]
Is Ntfs Compatible With The Unix Rocky Ridge File System?
If I create a UNIX file and burn it to a data CR-ROM, will a computer/OS with an NT File System be able to understand it?
How Do I Open A File Using Unix?
I’m trying to change the path in unix to the newest version of java. The tutorial says:
“The next step is to actually open your .cshrc file using a text editor (you should be able to open and edit a file in vi). Once it is open, scroll down to the line that says “set [...]
When Using The Unix Find Command, It Generates Lot Of Nonsense?
saying “No such file or directory”. These useless stuff are actually scrolling the display too fast the real search results are not visible. Apart from having root access in the first place, as an ordinary user, how to make the find command stop the empty junk that it displays as “No such file or directory”? [...]
What Is The Unix File /etc/site_secp?
It’s probably some sort of security configuration, but I’ve never heard of it on all the *nixs that I have ever touched.
What Can You Tell Me About The File And Directory On A Unix-type Of System?
Can you be more specific? What is it you want to know? You might find what you’re looking for at http://en.wikibooks.org/wiki/Guide_to_Un…
Unix Help. Finding And Replacing Text Within A File And Then Saving The File Somewhere Else.?
I have this command:
sed s/sequentialInsert/orderInsertion/ ~cs252/Assignments/commandsAsst/project/… < ~/UnixCourse/commandsAsst/arrayops.h
It is supposed to replace sequentialInsert with orderInsertion in the arrayops.h file and then save it to the file I put.
Why isn't it working?
How To Output “the Command’s Output” To A Text File In Unix?
hi, i am working on solaris
trying to execute this command.
du -k /lpg
the command works ok but i want the output not to be displayed on screen but instead to be written in a text file.
i tried this but it didnt work.
du -k /lpg > /izmir1/output.txt
Somebody has an idea?
How To Make Zip File Of Any File In Unix Os Operated Lan System.?
Since, the file size is too large i.e. in GB, i want to make zip file of this big file. My file is in UNIX OS operated LAN system. Also, if i want to make two file from this one big file in UNIX,is it possible? if yes what should i do?
How To Read Line By Line From Unix Shell(bash)?
I have a file named abcd.txt. I want to read that file using BASH one line at a time. I tried using CAT but it just displays whole file. How to read it?