Search Results

Search: Posts Made By: haritha.gorijav
6,823
Posted By haritha.gorijav
Thanks for enlightening me about the spacing and...
Thanks for enlightening me about the spacing and other ways to count lines.
6,823
Posted By haritha.gorijav
Command output redirection in script not working
I need to count the number of lines in a .txt file and put it in a variable.

I am using the following code

#!/bin/bash

count = $(wc -l "some file.txt" | awk '{print$1}')
echo $count
It is...
Forum: Programming 03-26-2011
3,714
Posted By haritha.gorijav
Thank you all for replying. Problem is solved....
Thank you all for replying. Problem is solved. used malloc(20). Thanks for suggesting better debugging methods.
Forum: Programming 03-25-2011
3,714
Posted By haritha.gorijav
Unexplained segmentation fault
Hi, The following code reads 20 characters from one file and writes them (appends them) to the other file. The code works in Turbo C++ on windows but it shows segmentation fault on Linux. I am using...
Showing results 1 to 4 of 4

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