Search Results

Search: Posts Made By: phunkypants
1,587
Posted By phunkypants
I don't know what a preemptive, multitasking,...
I don't know what a preemptive, multitasking, multiprocessing OS is let alone how it relates to my question
1,587
Posted By phunkypants
Another Simple BASH command I don't understand. Help?
I have a text file called file1 which contains the text: "ls -l"
When I enter this command:
bash < file1 > file1
file1 gets erased. However if I enter this command:
bash < file1 > newfile
the...
2,056
Posted By phunkypants
Help understanding a simple command in BASH
This is the command. Assume file1 exists but file2 does not:
ls file1 file2 >newfile 2>&1

This simply makes a text file with two lines: file1 \n file2 could not be found. What I don't understand...
4,028
Posted By phunkypants
Having trouble understanding this command: >foo<bar bc
Sometimes it works for me and sometimes I get this error:
syntax error on line 1, teletype
Basically I've got no idea whats going on, especially at the end of the command: bc

Any help is...
79,733
Posted By phunkypants
Where did the -10 come from?
Where did the -10 come from?
79,733
Posted By phunkypants
Display lines 30 to 40 of a text file using head and/or tail commands
Assume that the text file contains over 40 lines. How do you do this?!?!?
4,753
Posted By phunkypants
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 02:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy