Sponsored Content
Full Discussion: Can't save a file
Top Forums UNIX for Advanced & Expert Users Can't save a file Post 302211386 by suchismitasuchi on Thursday 3rd of July 2008 08:06:43 AM
Old 07-03-2008
Can't save a file

There is a file A.lcf.
I am updating the file and saving it .
But as soon as I am logging off and then logging in I am finding that the updated changes are not there in the file.
 

10 More Discussions You Might Find Interesting

1. Programming

cannot save file...

Hello! I have a problem: I compile some function, which must save file: ===================== // prog.cpp void save_file(){ FILE *fs = fopen("file.txt", "w"); if(!fs) cerr<< "cannot save"; fprintf(fs, "This is a text file."); fclose(fs) } ===================== If i compile it from... (8 Replies)
Discussion started by: szzz
8 Replies

2. Shell Programming and Scripting

Data fetched from text file and save in a csv file

Hi i have wriiten a script which fetches the data from text file, and saves in the output in a text file itself, but i want that the output should save in different columns. I have the output like: For Channel:response_time__24.txt 1547 data points 0.339 0.299 0.448 0.581 7.380 ... (1 Reply)
Discussion started by: rohitkalia
1 Replies

3. Shell Programming and Scripting

Save cURL verbose output to file or do it like browser "save as.."

hi there ! i have exactly the same problem like this guy here https://www.unix.com/shell-programming-scripting/127668-getting-curl-output-verbose-file.html i am not able to save the curl verbose output.. the sollution in this thread (redirecting stderr to a file) does not work for me.... (0 Replies)
Discussion started by: crabmeat
0 Replies

4. UNIX for Dummies Questions & Answers

how to save changes to a file

is i want to sort or delete lines etc etc to a file, how do i save the changes. example i do sort file > file when i do cat file, all data is erased. thanks. (2 Replies)
Discussion started by: hobiwhenuknowme
2 Replies

5. Shell Programming and Scripting

Read file and for each line replace two variables, add strings and save output in another file

Hi All, I have a file, let's call it "info.tmp" that contains data like this .. ABC123456 PCX333445 BCD789833 I need to read "info.tmp" and for each line add strings in a way that the final output is put /logs/ua/dummy.trigger 'AAA00001.FTP.XXX.BLA03A01.xxxxxx(+1)' where XXX... (5 Replies)
Discussion started by: Andy_ARG
5 Replies

6. Shell Programming and Scripting

cut lines from log file and save it another file

Dears, i want cut the lines from a log file. Example of the log file as follows.. May 27, 2011 5:54:51 PM com.huawei.ivas.utilities.sm.client.SMDeliverContrUtil isDeliverSM FINE: May 27, 2011 5:54:51 PM com.huawei.ivas.utilities.sm.client.SMUtil addSysUpMsgLog INFO: . The message content... (1 Reply)
Discussion started by: tonypalokkaran
1 Replies

7. UNIX for Dummies Questions & Answers

CSV file:Find duplicates, save original and duplicate records in a new file

Hi Unix gurus, Maybe it is too much to ask for but please take a moment and help me out. A very humble request to you gurus. I'm new to Unix and I have started learning Unix. I have this project which is way to advanced for me. File format: CSV file File has four columns with no header... (8 Replies)
Discussion started by: arvindosu
8 Replies

8. Shell Programming and Scripting

FILE_ID extraction from file name and save it in CSV file after looping through each folders

FILE_ID extraction from file name and save it in CSV file after looping through each folders My files are located in UNIX Server, i want to extract file_id and file_name from each file .and save it in a CSV file. How do I do that? I have folders in unix environment, directory structure is... (15 Replies)
Discussion started by: princetd001
15 Replies

9. Shell Programming and Scripting

Opening a file in vi and automatically save and quit this file using shell script

Hi friends, In my shell script, I want to open a file using vi editor. After opening the file in vi, I want to save and quit this file automatically.... all through shell script. the code segment is: ------------------------------------------------------------ cd ~/netfpga/projects/scone/sw/... (2 Replies)
Discussion started by: sachinteotia
2 Replies

10. Shell Programming and Scripting

Save value from output of Corestat and save in a list for each core

I am trying to modify the "corestat v1.1" code which is in Perl.The typical output of this code is below: Core Utilization CoreId %Usr %Sys %Total ------ ----- ----- ------ 5 4.91 0.01 4.92 6 0.06 ... (0 Replies)
Discussion started by: Zam_1234
0 Replies
XCODEINDEX(1)						    BSD General Commands Manual 					     XCODEINDEX(1)

NAME
xcodeindex -- indexes Xcode projects SYNOPSIS
xcodeindex [-project projectname] [-configuration configurationname] [-quiet] [-destPath path] [-loglevel level] [indexaction ...] xcodeindex -version xcodeindex -help DESCRIPTION
xcodeindex indexes an Xcode project. Usage Run xcodeindex from the directory containing your project (i.e. the directory containing the projectname.xcode package). If you have multiple projects in the this directory you will need to use -project to indicate which project should be indexed. By default, xcodeindex updates the project index if it exists, otherwise it creates a new index. Options -project projectname Index the project specified by projectname. Required if there are multiple project files in the same directory. -configuration configurationname Use the build configuration specified by configurationname when indexing the project. If none is specified, the active configuration is used. -quiet Suppresses all logging while indexing. -destPath path Places the project index in the directory specified by path. -loglevel level Turns on varying degrees of indexing debugging. The level range is from zero to six, enabling a staggered number of the existing index- ing defaults for the indexer. If an option greater than six is used, then the maximum level of logging is enabled. The logging levels are defined as: 0 No logging 1 Prints the name of the file being indexed. This is the default logging level. 2 File processing output 3 Symbol updating output 4 Symbol insertion and creation output 5 Parser basic output 6 Parser error output The levels are inclusive (thus enabling log level 4 would also automatically include levels 1, 2, and 3). Output from higher logging levels than the default (level 1) is not expected to be useful for most developers, but could be valuable in troubleshooting cases where there is a problem with indexing a particular Xcode project. indexaction ... Specify an index action (or actions) to perform on the project. Available build actions are: clean Removes the index for the project. build Updates the index for the project, creating it if necessary. This is the default index action. stats Prints the statistics for the index (number of classes, etc) dump Dumps a tab-delimited format of the index (for major symbols - classes, methods, etc) to stdout -version Displays component version numbers for xcodeindex. These can be compared to the version numbers in the Xcode application's About Xcode window. -help Displays usage information for xcodeindex. EXAMPLES
xcodeindex clean Cleans the index. xcodeindex -project FirstProject -project SecondProject -project ThirdProject -configuration Debug -quiet Indexes three projects using the Debug configuration and suppresses all logging. Mac OS X September 16, 2008 Mac OS X
All times are GMT -4. The time now is 05:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy