Search Results

Search: Posts Made By: bbqtoss
1,861
Posted By bbqtoss
Thanks, man 2 read/write is working propely
Thanks, man 2 read/write is working propely
1,861
Posted By bbqtoss
MAN and read & write function
How to use MAN to find information about read() and write() function ?

The command "man read" show some rubbish, for example "man open" show great information about function I need.
23,752
Posted By bbqtoss
AWK - changing first char from small to upper
I need to write script in AWK, changing first char from a line from lower to upper.
I found function toupper etc. but have no idea how to sent only first char from every line instead of the whole...
2,151
Posted By bbqtoss
Thank you all for Your help, I almost got...
Thank you all for Your help, I almost got everything expect one :

"setenv MACH `uname -s`"
2,151
Posted By bbqtoss
Explaining some lines from files : .login and .cshrc
Hello, can anyone explain me please what do those lines do ?

From file .login

1) set history=40
2) setenv MACH `uname -s`
3) source /etc/login
4) source ~/$MACH/.login

From file .cshrc
...
51,468
Posted By bbqtoss
Grep to return lines not containing a character
Hello , this is my first topic cause I need your little help:(

I got .txt file, and I want to find lines without letter 'a', so im writing:

grep "[^a]" list.txt (list.txt is the file of...
Showing results 1 to 6 of 6

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