Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Remove First Char from Line in File Only if it's a comma Post 302650023 by Cynthia on Friday 1st of June 2012 11:11:58 AM
Old 06-01-2012
Awesome thanks they both work.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to remove new line char from a string

Hi Can anyone tell me how can i remove new line character from a string. My requirement is to read a line from a file and store it to a string. read line string1=$line read line string2=$line echo $string1$string2 The result i am getting in different line. i want the output in the same... (1 Reply)
Discussion started by: sreedivia
1 Replies

2. UNIX for Advanced & Expert Users

remove unnecessary comma from file

HI all, I have a file with following data - test1 "ABC,D",1234,"XYZ,QWER",1234 "SZXA",9870,"ASD,QWERT",234 "XZ,SD",9478,"ADCS,AXZ",876 "WESR",8764,"AQZXAS",9888 "WESR",9898,"WESDRTSAW",3323 I need to get rid of unnecessary commas in fields having double quotes. Ouput - ... (1 Reply)
Discussion started by: sumeet
1 Replies

3. UNIX for Dummies Questions & Answers

How to remove comma from the last line of the file

Hi, I have a file which has records which end with a comma. for example: My file looks like 1234, 5678, 3455, 3566, 4444, 9999, I need to remove comma for the last line in the file so that my file should look like: 1234, 5678, 3455, (5 Replies)
Discussion started by: sandeep_1105
5 Replies

4. Shell Programming and Scripting

Remove special char from end of the file

Hi I am working on a bash script and would know how to use cut or sed to remove (F/.M/d h) from a text file. Before 1 text to save (F/.M/d h) after 1 text to save Thanks in advance (5 Replies)
Discussion started by: pelle
5 Replies

5. Shell Programming and Scripting

Formatting File having big single line into 95 Char Per Line

Hi All, I have 4 big files which contains one big line containing formatted character records, I need to format each file in such way that each File will have 95 Characters per line. Last line of each file will have newline character at end. Before:- File Name:- File1.dat 102 121340560... (10 Replies)
Discussion started by: lancesunny
10 Replies

6. Shell Programming and Scripting

How to remove the # char form a line?

Hi, my file has below details and I want remove the # char from only specific line. #TEST:00:START #TEST1:01:INPROCESS #TEST2:02:ABOUTTO #TEST3:03:COMP i.e if want remove the # from 2nd line then file to be updated as #TEST:00:START TEST1:01:INPROCESS #TEST2:02:ABOUTTO... (6 Replies)
Discussion started by: sandyrajh
6 Replies

7. Shell Programming and Scripting

How to Remove comma as last character in end of last line of file?

how to Remove comma as last charector in end of last line of file: example: input file --------------- aaaaaa, bbbbbb, cccc, 12345, ____________ output file : ----------- aaaaaa, bbbbbb, (6 Replies)
Discussion started by: RahulJoshi
6 Replies

8. Shell Programming and Scripting

Remove only specific char on every line when exists

Hi I need to remove "|" char when it's the last char of the line. Input file: generoso|desprendido|altruista| abnegar|ceder|sacrificar| abocetado-da|esbozado| apuntado|insinuado|incompleto abocetar|esbozar|bosquejar| diseņar|delinear ------------------------ output need --- ... (11 Replies)
Discussion started by: lookoo
11 Replies

9. Shell Programming and Scripting

How can we remove comma from end of each line ?

Hi, How can we remove the comma from the end of each line. I have a csv file in below format. file.csv Name,age,gender,location, Joel,18,M,Newyork, Monoj,21,M,Japan, Litu,23,M,turki, Expected o/p file1.csv Name,age,gender,location (4 Replies)
Discussion started by: Litu19
4 Replies

10. Shell Programming and Scripting

How to remove comma from first and last line?

Hi Gurus, I need to remove comma from first and last line. I tried below code, but no luck. It only remove first line. Gurus, please help. awk -F"," '{if(NR==1||NR==$NR) print $1; else print $0}' TEST sampe file: ABC HEADER TOTAL RECORDS ARE 2.00,,,,... (13 Replies)
Discussion started by: ken6503
13 Replies
GSIMPLECAL(1)						      General Commands Manual						     GSIMPLECAL(1)

NAME
gsimplecal - lightweight calendar applet SYNOPSIS
gsimplecal [-h|--help|-v|--version|next_month|prev_month] DESCRIPTION
This manual page documents the usage of the gsimplecal command. gsimplecal is a lightweight calendar applet. When it is started, it first shows up, when you run it again, it closes the running instance. It was intentionally made for use with tint2 panel to be launched upon clock click, but of course it will work without it, you can bind it to some hotkey in you window manager, for example. Also, you may configure gsimplecal to display different world timezones clocks. See the CONFIGURATION section to get to know how to. COMMANDS AND OPTIONS
-v, --version Print the program name and version to stdout, then exit with code 0. -h, --help Print the short usage help to stderr, then exit with error code 2. prev_month, next_month If the program is not running, simply run it. If the program is running, change currently displayed month. If no options and commands are given, the program is toggled, i.e. if it is running it stops, otherwise it starts. CONFIGURATION
To configure the application you should manually create the file $XDG_CONFIG_HOME/gsimplecal/config (usually it will be ~/.config/gsimplecal/config) with contents like this: show_calendar = 1 show_timezones = 1 mark_today = 1 show_week_numbers = 0 close_on_unfocus = 0 external_viewer = sunbird -showdate "%Y-%m-%d" clock_format = %a %d %b %H:%M mainwindow_decorated = 0 mainwindow_keep_above = 1 mainwindow_sticky = 0 mainwindow_skip_taskbar = 1 mainwindow_resizable = 0 mainwindow_position = none mainwindow_xoffset = 0 mainwindow_yoffset = 0 clock_label = UTC clock_tz = :UTC clock_label = Local clock_tz = The options are pretty self explanatory, but here is detailed description: show_calendar: 1 or 0, defaults to 1. Sets whether the calendar should be shown. Most users want this option to be 1. show_timezones: 1 or 0, defaults to 0. Sets whether the different timezone clocks should be shown. mark_today: 1 or 0, defaults to 1. Sets whether today's date will be marked in the calendar (besides the default selection, i.e. when you click on the other day, today will remain marked somehow, e.g. in bold print). show_week_numbers: 1 or 0, defaults to 0. Sets whether week numbers are shown in the calendar. close_on_unfocus: 1 or 0, defaults to 0. Sets whether the calendar will close if the window loses focus. Note that if mainwindow_skip_taskbar is set to 1 then the calendar window may not be given focus upon creation external_viewer: string, defaults to empty string. Command line to run when doubleclicking a date. This string is strftime'd (see man strftime for the possible substitutions) and passed to the shell. Thus you can use pipes, redirections, and whatever, I hope. Currently the shell is hardcoded to /bin/sh though. I hope that will do for all the users, but if you've got a trouble, please file a ticket (see REPORTING BUGS). clock_format: string Sets the clocks format. Look man strftime for the possible formats. mainwindow_decorated: 1 or 0, defaults to 0. Tells your window manager to decorate or not to decorate the main window. mainwindow_keep_above: 1 or 0, defaults to 1. Sets whether the main window should be placed on top of other windows by your window manager. mainwindow_sticky: 1 or 0, defaults to 0. Tells your window manager to show gsimplecal on all desktops. mainwindow_skip_taskbar: 1 or 0, defaults to 1. Sets whether the main window should be shown in the task list by your panel or window manager. mainwindow_resizable: 1 or 0, defaults to 1. Sets whether your window manager should allow the main window to be resized. If you are using a tiling window manager which supports floating windows, setting this options to 0 will most likely tell your WM not to tile the window. (Tested with XMonad and Awesome). mainwindow_position: mouse|center|none, defaults to mouse. Tells your window manager where to place the gsimplecal window: mouse close to the mouse cursor position (this one is useful when you bind gsimplecal on some mouse click command); center in the center of the screen; none it's up to your window manager to decide, where to place the window (this one is useful when you bind gsimplecal invocation on some hotkey, so you can configure your window manager to place gsimplecal in some predefined position). mainwindow_xoffset and mainwindow_yoffset: integer, default to 0. Allow for main window position fine tuning. Throw an integer at these, and it'll move the window by that number of pixels. clock_label and clock_tz: string These two options should go in pairs and must be in the order given. Each pair creates new clock. The clock_label variable sets the string to be displayed near the clock, the clock_tz sets the timezone. If you omit the value for clock_tz, local time will be shown. For a list of timezones see man timezone, or ls /usr/share/zoneinfo KEYBOARD ACCELERATORS
You may use the following keyboard accelerators while gsimplecal window has a focus: Escape, Ctrl+w, Ctrl+q: close the window j: switch to the next month k: switch to the previous month J: jump one year forward K: jump one year backward g, Home: jump to the current date These are not yet configurable, but I'm working on it. REPORTING BUGS
Please, report any issues to the gsimplecal issue tracker, available at: https://github.com/dmedvinsky/gsimplecal/issues AUTHOR
Created by Dmitry Medvinsky et al. SEE ALSO
tzset(3), strftime(3) 2012-03-26 GSIMPLECAL(1)
All times are GMT -4. The time now is 12:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy